@charset "utf-8";
@font-face {
    font-family: "Microsoft YaHei";
    src:url(../font/poppins.eot);
    src: url(../font/poppins.eot?#iefix) format('embedded-opentype'),
	 url(../font/poppins.svg#poppins) format('svg'),
	 url(../font/poppins.woff) format('woff'),
	 url(../font/poppins.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Microsoft YaHei";
    src:url(../font/poppins_semibold.eot);
    src: url(../font/poppins_semibold.eot?#iefix) format('embedded-opentype'),
	 url(../font/poppins_semibold.svg#poppins_semibold) format('svg'),
	 url(../font/poppins_semibold.woff) format('woff'),
	 url(../font/poppins_semibold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "BarlowCondensed";
  src: url("../font/BarlowCondensed.woff2") format("woff2"),
       url("../font/BarlowCondensed.woff") format("woff"),
       url("../font/BarlowCondensed.ttf") format("truetype"),
       url("../font/BarlowCondensed.eot") format("embedded-opentype"),
       url("../font/BarlowCondensed.svg") format("svg"),
       url("../font/BarlowCondensed.otf") format("opentype");
}

/*nav*/
header .wrapper{display:none;}
.wrapper .toggle{float:right;width:56px;height:56px;cursor:pointer;color:#212121;text-decoration:none;font-size: 14px;text-indent:-9999em;line-height:24px;font-size:1px;display:block;text-align:center; background: #064e98;}
html.hc-yscroll {overflow-y: scroll}
body.hc-nav-open {position: fixed;	width: 100%;min-height: 100%}
.hc-mobile-nav {display: none;position: fixed;top: 0;	height: 100%;z-index: 9999999999;overscroll-behavior: none}
.hc-mobile-nav.is-ios * {cursor: pointer !important}
.hc-mobile-nav .nav-container {position: fixed;z-index: 99999999;top: 0;width: 240px;max-width: 100%;height: 100%;transition: transform .4s ease}
.hc-mobile-nav .nav-wrapper {idth: 100%}
.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {position: static;height: 100%;overflow: scroll;overflow-x: visible;overflow-y: auto}
.hc-mobile-nav ul {list-style: none;margin: 0;padding: 0}
.hc-mobile-nav li {position: relative;display: block}
.hc-mobile-nav li.level-open>.nav-wrapper {visibility: visible}
.hc-mobile-nav input[type="checkbox"] {display: none}
.hc-mobile-nav label {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 10;cursor: pointer}
.hc-mobile-nav a {position: relative;display: block;box-sizing: border-box;cursor: pointer}
.hc-mobile-nav a, .hc-mobile-nav a:hover {text-decoration: none}
.hc-mobile-nav.disable-body:not(.nav-open)::after {pointer-events: none}
.hc-mobile-nav.disable-body::after, .hc-mobile-nav.disable-body .nav-wrapper::after {content: '';position: fixed;z-index: 9990;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;overscroll-behavior: none;visibility: hidden;opacity: 0;transition: visibility 0s ease .4s, opacity .4s ease}
.hc-mobile-nav.disable-body.nav-open::after, .hc-mobile-nav.disable-body .sub-level-open::after {visibility: visible;opacity: 1;transition-delay: .05s}
.hc-mobile-nav.nav-levels-expand .nav-wrapper::after {display: none}
.hc-mobile-nav.nav-levels-expand ul .nav-wrapper {min-width: 0;max-height: 0;overflow: hidden;transition: height 0s ease .4s}
.hc-mobile-nav.nav-levels-expand .level-open>.nav-wrapper {max-height: none}
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {position: absolute;z-index: 9999;top: 0;height: 100%;visibility: hidden;transition: visibility 0s ease .4s, transform .4s ease}
.hc-mobile-nav.nav-levels-overlap ul ul {height: 100%;overflow: scroll;overflow-x: visible;overflow-y: auto}
.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {position: static}
.hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {visibility: visible;transition: transform .4s ease}
.hc-mobile-nav.side-left {left: 0}
.hc-mobile-nav.side-left .nav-container {left: 0;transform: translate3d(-100%, 0, 0)}
.hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper {transform: translate3d(-40px, 0, 0)}
.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {left: 0;transform: translate3d(-100%, 0, 0)}
.hc-mobile-nav.side-right {	right: 0}
.hc-mobile-nav.side-right .nav-container {	right: 0;transform: translate3d(100%, 0, 0)}
.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {transform: translate3d(40px, 0, 0)}
.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {	right: 0;transform: translate3d(100%, 0, 0)}
.hc-mobile-nav.nav-open .nav-container {transform: translate3d(0, 0, 0)}
.hc-nav-trigger {position: absolute;cursor: pointer;display: none;top: 20px;z-index: 9980;min-height: 24px}
.hc-nav-trigger span {width: 30px;top: 50%;transform: translateY(-50%);transform-origin: 50% 50%}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {position: absolute;left: 0;height: 4px;background: #34495E;transition: all .2s ease}
.hc-nav-trigger span::before, .hc-nav-trigger span::after {	content: '';	width: 100%}
.hc-nav-trigger span::before {	top: -10px}
.hc-nav-trigger span::after {	bottom: -10px}
.hc-nav-trigger.toggle-open span {	background: rgba(0,0,0,0);	transform: rotate(45deg)}
.hc-nav-trigger.toggle-open span::before {	transform: translate3d(0, 10px, 0)}
.hc-nav-trigger.toggle-open span::after {	transform: rotate(-90deg) translate3d(10px, 0, 0)}
.hc-mobile-nav::after, .hc-mobile-nav .nav-wrapper::after {	background: rgba(0,0,0,0.3)}
.hc-mobile-nav .nav-wrapper {background:#fafafa;z-index:2;}
/*.hc-mobile-nav .nav-wrapper:before{content:'';width:100%;height:100%;display:block;background:#fafafa;filter:alpha(opacity=10);-moz-opacity:0.1;opacity:0.1;position:absolute;left:0;top:0;z-index:0;}*/
.hc-mobile-nav.nav-open .nav-wrapper {	box-shadow: 1px 0 2px rgba(0,0,0,0.2)}
.hc-mobile-nav h2 {font-size: 14px;font-weight: normal;text-align: left;padding: 15px 17px;color: #333;font-family:"Microsoft YaHei";text-transform:uppercase;
margin-top:0;margin-bottom:0;background:rgba(0,0,0,0.05);border-bottom: 1px solid rgba(0,0,0,0.15);}
.hc-mobile-nav a {padding: 10px 17px;font-size: 14px;color: #333;z-index: 1;background: rgba(0,0,0,0);border-bottom: 1px solid rgba(0,0,0,0.1);font-family:"Microsoft YaHei";}
.hc-mobile-nav:not(.touch-device) a:hover {	background: #f2f2f2}
.hc-mobile-nav li {	text-align: left}
.hc-mobile-nav li.nav-close a, .hc-mobile-nav li.nav-back a {	background:rgba(0,0,0,0.05);background-size:100%;}
.hc-mobile-nav li.nav-close a:hover, .hc-mobile-nav li.nav-back a:hover {	background: rgba(0,0,0,0.2)}
.hc-mobile-nav li.nav-parent a {	padding-right: 58px}
.hc-mobile-nav li.nav-close span, .hc-mobile-nav li.nav-parent span.nav-next, .hc-mobile-nav li.nav-back span {position: absolute;top: 0;right: 0;width:45px;height:100%;text-align: center;cursor: pointer;transition: background .2s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.hc-mobile-nav li.nav-close span::before, .hc-mobile-nav li.nav-close span::after {	content:'';display:inline-block;background:#808080;width:20px;height:2px;margin:2px 0;}.hc-mobile-nav li.nav-close span::before {	transform:rotate(45deg) translate(4px,0px);-webkit-transform:rotate(45deg) translate(4px,0px);}
.hc-mobile-nav li.nav-close span::after {	transform:rotate(-45deg) translate(4px,0px);-webkit-transform:rotate(-45deg) translate(4px,0px);}
.hc-mobile-nav span.nav-next::before, .hc-mobile-nav li.nav-back span::before {content: '';position: absolute;top: 50%;left: 50%;width: 8px;height: 8px;margin-left: -2px;box-sizing: border-box;border-top: 2px solid #808080;border-left: 2px solid #808080;transform-origin: center}
.hc-mobile-nav span.nav-next::before {transform: translate(-50%, -50%) rotate(135deg)}
.hc-mobile-nav li.nav-back span::before {transform: translate(-50%, -50%) rotate(-45deg)}
.hc-mobile-nav.side-right span.nav-next::before {margin-left: 0;margin-right: -2px;transform: translate(-50%, -50%) rotate(-45deg)}
.hc-mobile-nav.side-right li.nav-back span::before {margin-left: 0;margin-right: -2px;transform: translate(-50%, -50%) rotate(135deg)}
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper, .hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper {box-shadow: none;background: transparent}
.hc-mobile-nav.nav-levels-expand .nav-container ul ul a, .hc-mobile-nav.nav-levels-none .nav-container ul ul a {font-size: 14px}
.hc-mobile-nav.nav-levels-expand .nav-container li, .hc-mobile-nav.nav-levels-none .nav-container li {	transition: background .3s ease}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open, .hc-mobile-nav.nav-levels-none .nav-container li.level-open {background: rgba(0,0,0,0.5);}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a, .hc-mobile-nav.nav-levels-none .nav-container li.level-open a {border-bottom: 1px solid #295887}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover, .hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {background: #0095f8}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open>a .nav-next::before, .hc-mobile-nav.nav-levels-none .nav-container li.level-open>a .nav-next::before {margin-top: 2px;transform: translate(-50%, -50%) rotate(45deg)}
.hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before, .hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before {margin-top: -2px;transform: translate(-50%, -50%) rotate(225deg)}
#main-nav {	display: none}
header {position: relative;	padding: 50px 0 20px}
header .git svg {width: 15px;height: 15px;fill: #fffce1;position: relative;top: 2px;padding: 0 10px;margin-right: 10px;border-right: 1px solid #4daabb;transition: border-color .15s ease-in-out}
header .toggle {position: absolute;cursor: pointer;display: none;z-index: 9980;min-height: 24px;top:0;right:0;display: block;cursor: pointer;box-sizing: content-box;font-size: 16px;line-height: 24px;margin-right:0; z-index: 55;}
header .toggle span {width: 20px; top: 50%;}
header .toggle span, header .toggle span::before, header .toggle span::after {position: absolute;left: 50%;height: 2px;background: #fff;transition: all .1s ease;margin-left:-10px;border-radius:50%;}
header .toggle span::before, header .toggle span::after {content: '';width: 100%;border-radius:5px;}
header .toggle span::before {top: -5px}
header .toggle span::after {bottom: -5px}
header .toggle-open span::before {top: -8px}
header .toggle-open span::after {bottom: -8px}
header .toggle.toggle-open span {background: rgba(0,0,0,0);	transform: rotate(45deg)}
header .toggle.toggle-open span::before {transform: translate3d(0, 8px, 0)}
header .toggle.toggle-open span::after {transform: rotate(-90deg) translate3d(8px, 0, 0)}
header .toggle div {display: inline-block;margin-right: 15px}
.hc-mobile-nav .nav-container {width: 280px}
.hc-mobile-nav a {font-size: 14px;text-transform:capitalize;}
.hc-mobile-nav ul li ul li a {font-size: 13px;font-family:"Microsoft YaHei";text-transform:capitalize;}
.hc-mobile-nav ul.first-nav > li > a{font-family: "Microsoft YaHei";}
.hc-mobile-nav ul.second-nav > li > a{text-transform:uppercase;font-family: "Microsoft YaHei";}
@media only screen and (max-width: 992px){
header .wrapper{ display: block;} }
header.small .mainmenu-area{padding-top:0;}


/*reset*/
:focus{outline:0;}
img{border:none; height:auto; max-width: 100%;}
body,ul,img,p,input,dl,dd,tr,th,td{margin:0;padding:0;}
input{padding:0px;vertical-align: middle;line-height: normal;border:none;} 
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{line-height:0; display:taFble; content:"";}
.clearfix:after{clear:both;}
a:hover{text-decoration:none;}
a:focus {outline-style:none; -moz-outline-style: none; text-decoration:none;}
.clear{ clear:both;}
body{font-size:14px;font-family:'poppins',arial, sans-serif;color:#808080;background:#fff; overflow-x:hidden; line-height: 26px;}
a{color: #666; line-height: 26px;}
.h4 , p{margin: 0px;}
a,img, a:hover{transition: 0.6s all;-webkit-transition: 0.6s all;-o-transition: 0.6s all; -moz-transition: 0.6s all;-ms-transition: 0.6s all;}
.page ul{ padding-left: 16px;}
iframe{width: 100%; max-width: 100%;}

.table-responsive ul li {list-style-position: inside !important; }
.table-responsive td{ padding-left:8px}
.table-responsive {min-height: .01%; overflow-x: auto;}


/*Search*/
.search_box{float:left;width:310px; margin-top:10px;}
.search i{width:56px; height:56px; text-align:center;background:#eee url(../images/search_ico.png) no-repeat center center;display:inline-block;}
.top-search { display: block; width:100%;}
.top-search em{font-size:16px; text-align:left;color:#333; margin:10px 0;text-transform:capitalize;display:none;font-family: "Microsoft YaHei"; font-style: normal;}
.top-search .input-group-addon i{width:20px;height:20px;display:flex;position:absolute;right:10px;top:10px;flex-direction:column;justify-content:center;align-items:center;}
.top-search .input-group-addon i:before,
.top-search .input-group-addon i:after{
content:'';display:inline-block;background:#999;width:20px;height:2px;margin:2px 0;
}
.top-search .input-group-addon i:before{transform:rotate(45deg) translate(4px,0px);-webkit-transform:rotate(45deg) translate(4px,0px);}
.top-search .input-group-addon i:after{transform:rotate(-45deg) translate(4px,0px);-webkit-transform:rotate(-45deg) translate(4px,0px);}
.top-search .form-control {box-shadow:none;border:none;background:#f7f7f7; color:#777;height:46px;line-height:46px;padding:0 40px 0 15px;text-align:left; font-size: 14px; color: #808080; border-radius: 5px; }
.top-search input.form-control:focus{color:#333;font-style:inherit;}
.top-search input::-ms-input-placeholder{color:#808080;}/* Internet Explorer 10+ */ 
.top-search input::-webkit-input-placeholder{color:#808080;}/* WebKit browsers */
.top-search input::-moz-placeholder{color:#808080;}/* Mozilla Firefox 4 to 18 */ 
.top-search input::-moz-placeholder{color:#808080;}/* Mozilla Firefox 19+ */ 

.top-search .input-group-addon.close-search {cursor: pointer;}
.top-search .input-group{ width:100%;}
.btn_search1 {background:url(../images/search_ico.png) no-repeat center center;top:0px;position: absolute;right:0;width:50px;z-index: 3; height:46px; }
.header_search {position: relative;}
.top-search .input-group-addon{background-color: transparent;border: none;color: #666;padding-left: 0;padding-right: 0;}
.top-search .input-group-addon.close-search{cursor: pointer; float:right;display:none;}
.attr-nav{ float:right;padding-top:18px;display:none;}
.attr-nav ul li{ list-style:none;}
.top_overly{z-index: 9999998;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.5;filter:alpha(opacity=50);-moz-opacity:0.5;display:none;}
@media only screen and (max-width: 992px) {
	.search_box{margin:0;max-width:100%;padding:0;width:auto;}
	.top-search .input-group {padding:10px 20px;margin:0 auto;}
	.top-search { display: none; width:90%;position:absolute;left:5%;z-index:99999999;background:#f5f5f5; margin-top: 0px; top:40px;}
	.top-search em,.top-search .input-group-addon.close-search{display:block;}
	.top-search .form-control{height:50px;line-height:50px;background:#fff;}
	.btn_search1{height:50px;width:50px;}
	.attr-nav{display: block; padding-top: 0px; margin-left: 18px;}
}
/*langage*/
.lang_web{padding: 15px !important; background: #eee;}
.lang_web .h4{padding-bottom: 10px; margin-bottom: 10px; font-size: 14px;  color: #333;font-family: "Microsoft YaHei";}
.lang_web li{ border:none; padding: 0; float: left; width:50%; margin-bottom: 5px; text-align: left;}
.lang_web li img{ margin-right: 4px; width: 20px;}
.lang_web li a{ font-weight: normal; line-height: 24px; padding: 0 !important; border: 0; font-size: 13px; text-align: left;line-height: 32px;  text-transform: capitalize; color: #666;font-family: "poppins";}

.top_language a{ display: inline-block; margin-left: 16px; color: #777;}
.top_language a img{margin-right: 6px;}
@media only screen and (max-width:992px) {
.top_language{display: none;}
}
/*mainmenu*/
.mainmenu-area{padding-top:0; float: left;}
.mainmenu_box{float:left;width:36%;padding-right:0;}
.mainmenu-left {float:left;}
.product-menu-title {background: #444 none repeat scroll 0 0;cursor: pointer;padding: 3px 16px;}
.find .product_vmegamenu>ul li a {padding: 12px 10px;}
.product_vmegamenu ul li a.hover-icon::after {content: "\f107";font-family: FontAwesome;font-size: 18px;position: absolute;right: 0;color: #808080;top: 14px;}
.product_vmegamenu>ul>li a img {max-width:100%;height:auto;}
.product_vmegamenu>ul>li .vmegamenu {background: #fff none repeat scroll 0 0;border: 1px solid #eaeaea;box-shadow: 0 0 5px -1px #666666;left: 0;position: absolute;top: 82px;
width: 100%;opacity: 0;z-index: 999999;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;visibility: hidden;padding: 10px;}
.product_vmegamenu ul li:hover .vmegamenu {opacity: 1;top: 52px;visibility: visible;}
.product_vmegamenu ul li .vmegamenu span {float: left;padding: 15px;width: 20%;}
.product_vmegamenu ul li .vmegamenu span img {max-width: 100%;}
.product_vmegamenu ul li .vmegamenu span a.vgema-title {border-bottom: 1px solid #eaeaea;font-size: 14px;background: #ededed;padding: 10px;text-transform: capitalize;text-align: center;letter-spacing: normal;}
.product_vmegamenu ul li .vmegamenu span:hover a.vgema-title {background: #226cc5;color: #fff;}
.product_vmegamenu ul li .vmegamenu2 {width: 400px;}
.product_vmegamenu ul li .vmegamenu2 span {padding: 15px;width: 50%;}
/* mainmenu */
.mainmenu{text-align:center;}
.mainmenu>nav>ul>li { display: inline-block; margin-left: 48px;}
.mainmenu>nav>ul>li:first-child{margin-left:0;}
.mainmenu>nav>ul>li>a{  color: #fff;  display:inline-block;  font-size: 17px; line-height:24px; padding:18px 41px; transition:all .3s; position:relative;  z-index:2;  background-position: center center;text-transform: uppercase; position: relative;font-family: "Microsoft YaHei";}
.mainmenu nav>ul>li:hover>a,.mainmenu nav>ul>li.active>a ,.mainmenu nav>ul>li#active>a{ color: #fff; background: #0e6eaf;}
.mainmenu>nav>ul>li>ul{box-shadow: 0 15px 15px rgba(0,0,0,.09);left: auto;opacity: 0;position: absolute;top: auto;transform: scaleY(0);transform-origin: 0 0 0;transition: all 0.4s ease 0s;z-index: 99999999;padding: 5px;visibility: hidden;text-align: left;width: 220px;background: #fff;transition:.3s ease;padding:5px 0;}
.mainmenu ul li:hover > ul{	opacity:1;	visibility:visible;	transform:scaleY(1);}
.mainmenu ul li > ul li{display:block;background:none;position:relative;} 
.mainmenu ul li > ul li > a {color: #333;padding:8px 15px;text-transform: capitalize;font-size:13px;font-style:normal;position:relative;z-index:1;overflow:hidden;display:block;background-repeat:no-repeat;background-position:90% center;}
.mainmenu ul li > ul li > a:hover{ color: #0e6eaf;}
.mainmenu ul li > ul li.has-menu::after{content:"\f105";font-family:FontAwesome;font-size:14px;color:#333;position:absolute;right:20px;top:50%;line-height:20px;margin-top:-10px;}
.mainmenu>nav>ul>li ul.vmegamenu02{box-shadow: 0 5px 20px rgba(0,0,0,.05);left: 220px;opacity: 0;position: absolute;top: auto;transform: scaleX(0);transform-origin: 0 0 0;transition: all 0.4s ease 0s;z-index: 99999999;padding: 5px 0 10px 0;visibility: hidden;text-align: left;width: 240px;background: #fafafa;transition:.3s ease;margin-top:-47px;}
.mainmenu ul li:hover > ul.vmegamenu02{opacity:1;visibility:visible;transform:scaleX(1);}
.mainmenu ul li > ul.vmegamenu02 li > a{padding:10px;}
.mainmenu ul li > ul.vmegamenu02 li > a:after{background:#e5e5e5;left:10px;right:10px;}
.mainmenu>nav>ul>li.product_vmegamenu>ul{width:100%;right:0;padding:15px 0px;}
.mainmenu ul li.product_vmegamenu ul li.container{width: 100%;}
.mainmenu ul li.product_vmegamenu > ul li.nav_img{padding-left:20px;padding-right:5px;}
.mainmenu ul li.product_vmegamenu > ul li.nav_img a{padding:0;}
@media only screen and (max-width: 992px){
header .wrapper{ display: block;} }
header.small .mainmenu-area{padding-top:0;}

.nav_list{ padding: 10px !important; border-top: 1px solid #eee;}
.nav_list li{ float: left; width: 25%; padding:10px; margin-bottom: 20px; transition: 0.5s all;}
.nav_list li:hover{ box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.nav_list li .title{font-family: "Microsoft YaHei"; color: #333; font-size: 14px; display: block; line-height: 18px; height: 36px; border-bottom: 1px solid #eee; margin-bottom: 10px; margin-top: 10px;}
.nav_list li .level_2 a{ font-size: 13px; line-height:26px; margin-bottom: 6px; display: block;}
.nav_list li .level_2 a:hover{ color: #0e6eaf; text-decoration: underline;}
.nav_list li:nth-child(4n+1){ clear: both;}

/*index*/
.height{padding-top:180px;}

.top_section{height: 120px;transition: 0.6s all;}
.top_section #logo{ float: left; margin: 16px 0; transition: 0.6s all; margin-right: 15px; width:95px;}
.top_section .header_l{ float: left;}
.top_section .top_right{float: right; margin-top: 24px;transition: 0.6s all;}
.top_section .header_text{margin-top: 36px;}
.top_section .logo_text{font-family: "Microsoft YaHei"; font-size: 27px; font-weight:bold; color: #333; text-transform: uppercase; margin-top: 20px;}
.top_section .header_con{ float:left; line-height: 2px; padding: 5px 0; margin-top: 4px;color: #777;transition: 0.5s all;}
.top_section .header_con a{ font-size: 14px; color: #666; line-height: 18px;}
.top_section .header_con .tel{padding: 5px 0; padding-left:0px; float: left;  margin-right: 20px;}
.top_section .header_con .tel a{padding-right: 20px;}
.top_section .header_con .email{ background:url("../images/top_email.png") no-repeat left center; padding: 5px 0; padding-left: 30px; float: left;}

.nav_section{ background: #064e98;}
.nav_section .container{ position: relative;}
header{width: 100%;z-index: 9999998;padding: 0;position:fixed; background: #fff;}
header.small{left:0; top:0;padding:0; background: #fff; position:fixed;box-shadow: 0px 5px 10px rgba(0,0,0,0.15);font-size:100%;}
@media only screen and (min-width:992px) {
header.small .top_section #logo{width: 80px;}
header.small .top_section .header_text{ margin-top: 32px;}
header.small .top_section .top_right{margin-top: 10px;}
header.small .top_section{ height: 106px;}

}




@media only screen and (max-width:1290px) {
.top_section .header_l{width: 70%;}
}

@media only screen and (max-width:1200px) {
.top_section .header_con{display: none;}
.mainmenu>nav>ul>li{margin-left: 0;}
.mainmenu>nav>ul>li>a{padding: 18px 15px; font-size: 15px;}
}


@media only screen and (max-width:992px) {
.top_section{height: 56px;}
.search_box{margin-top: 0;}
.attr-nav .search{ position: absolute; right: 56px; top: 0px;}
.height{padding-top: 56px;}
.top_section #logo{ margin: 0; margin-top:8px; margin-left: 15px; width:auto; margin-right: 10px;}
.top_section #logo img{ max-height:40px;}
.attr-nav .search{width:56px; height: 56px; margin: 0; border: none; background-color: #15bee5; border-radius: 0;}
.top_section #logo{width: auto;}
.top-search .input-group{padding: 20px;}
header.small{ height: 56px;}
.top_section .header_text{margin-top: 20px;}
.top_section .logo_text{ font-size: 16px;}
.nav_section{display: none;}
.top_section .container{ width: 100%; padding: 0;}

}

@media only screen and (max-width:768px) {
.top_section .logo_text{ font-size: 13px; line-height: 14px;}
}

@media only screen and (max-width:500px) {
.language_select dt span{ display: none;}
}
@media only screen and (max-width:400px) {
header.small,header{ height: 46px; background: #fff;}
.wrapper .toggle{width: 46px; height: 46px;}
.search i{width: 46px; height: 46px;}
.header_section #logo{margin-top: 12px;}
.header_section #logo img{max-height: 22px;}
.height{padding-top: 46px;}
.top_section #logo img{max-height: 30px;}
.attr-nav .search{width:46px; height: 46px; right: 46px;}
/*.top_section .header_text{display: none;}*/
}


/* banner */
.bs-slider{ overflow: hidden;  position: relative;}
.bs-slider .bs-slider-overlay {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    background-color: rgba(0, 0, 0, 0.40);}
.bs-slider > .carousel-inner > .item > img,.bs-slider > .carousel-inner > .item > a > img {    margin: auto;    width: 100% !important;}
.fade { opacity: 1;}
.fade .item {top: 0;z-index: 1;opacity: 0;width: 100%;position: absolute;left: 0 !important;display: block !important;-webkit-transition: opacity ease-in-out 1s;-moz-transition: opacity ease-in-out 1s;-ms-transition: opacity ease-in-out 1s;-o-transition: opacity ease-in-out 1s;transition: opacity ease-in-out 1s;}
.fade .item:first-child {top: auto;position: relative;}
.fade .item.active {opacity: 1;z-index: 2;-webkit-transition: opacity ease-in-out 1s;-moz-transition: opacity ease-in-out 1s;-ms-transition: opacity ease-in-out 1s;-o-transition: opacity ease-in-out 1s;transition: opacity ease-in-out 1s;}
.control-round .carousel-control {top: 50%;z-index:555;color: #ffffff;display: block;cursor: pointer;overflow: hidden;text-shadow: none;position: absolute;background: transparent;}
.control-round:hover .carousel-control{opacity: 1;}
.control-round .carousel-control.left:hover,.control-round .carousel-control.right:hover{border: 0px transparent;}
.control-round .carousel-control {margin: 0 60px;width: 70px;height: 70px;-webkit-transition: width 0.3s, background-color 0.3s;transition: width 0.3s, background-color 0.3s;margin-top:-31px !important;}
.carousel-control .icon-wrap {position: absolute;}
.carousel-control.left .icon-wrap {left: -80px; transition: 0.5s all;}
.carousel-control.right .icon-wrap {right: -80px; transition: 0.5s all;}
#bootstrap-touch-slider2:hover .carousel-control.left .icon-wrap {left: 0px;}
#bootstrap-touch-slider2:hover .carousel-control.right .icon-wrap {right: 00px;}

.banner .indicators-line > .carousel-indicators{right: 0%;bottom:5px;left: auto;width: 100%;height: 20px;font-size: 0;overflow-x: auto;text-align:center;overflow-y: hidden;
white-space: nowrap;}
.banner .indicators-line > .carousel-indicators li{padding: 0;width: 12px;height: 12px;text-indent: 0;overflow: hidden;text-align: left;position: relative;margin-right: 5px;z-index: 10;
cursor:pointer;background:rgba(255,255,255,1);border:none; border-radius: 50%;}
.banner  .indicators-line > .carousel-indicators li:last-child{margin-right: 0;}
.banner  .indicators-line > .carousel-indicators .active{margin: 1px 5px 1px 1px;background-color: #064e98;position: relative;-webkit-transition: box-shadow 0.3s ease;
-moz-transition: box-shadow 0.3s ease;-o-transition: box-shadow 0.3s ease;transition: box-shadow 0.3s ease;-webkit-transition: background-color 0.3s ease;-moz-transition: background-color 0.3s ease;-o-transition: background-color 0.3s ease;transition: background-color 0.3s ease;}
.banner .indicators-line > .banner .carousel-indicators .active:before{transform: scale(0.5);background-color:rgba(255,255,255,0.5);content:"";position: absolute;
left:-1px;top:-1px;width:23px;height: 5px;border-radius: 50%;-webkit-transition: background-color 0.3s ease;-moz-transition: background-color 0.3s ease;-o-transition: background-color 0.3s ease;transition: background-color 0.3s ease;}
.banner_text {position: absolute;bottom: 50%;width:100%;left:0;transition: all 0.5s;-webkit-transform: translate(0%, 50%);-moz-transform: translate(0%, 50%);-ms-transform: translate(0%, 50%);-o-transform: translate(0%, 50%);transform: tanslate(0%, 50%); text-align: center;}
.slide-text { background: rgba(0,0,0,0.3); max-width: 900px; padding: 60px 5%; margin: 0 auto;}
.slide-text .more{ background: #26469d; line-height: 40px; padding: 0px 30px; display: inline-block; color: #fff; text-transform: uppercase;font-family: "Microsoft YaHei"; }
.slide-text  .h4{ padding: 0;-webkit-animation-delay: 0.7s; animation-delay: 0.7s;}
.slide-text p{ font-size: 20px; color: #fff;}
.slide-text  .h4 a{ font-family: "Microsoft YaHei";  font-size:46px;color:#fff; display:inline-block; margin-bottom: 30px; text-transform: uppercase;overflow: hidden;line-height:60px;}
.slide-text  .h4 .color1{ background: rgba(253,116,0,0.9); display: inline-block; padding: 0px 50px;}
.slide-text  .h4 .color2{ background: rgba(48,52,63,0.9); display: inline-block; padding: 0px 50px;}


@media (max-width:1200px) {
.slide-text{padding: 30px; background: none;}
.slide-text .h4 a{font-size: 30px; line-height:40px;}
}
@media (max-width:768px) {
.slide-text .h4 a{ font-size: 20px; line-height:30px;}
.banner .indicators-line > .carousel-indicators{ bottom: 20px;}
.slide-text .h4 a{margin-bottom: 0;}
.slide-text p{font-size: 16px;}
.banner_text{right: 0;}
}
@media (max-width:480px) {.slide-text{ display: none;}}

/* Slider */
.slick-slider{ position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent;}
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand;}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; margin:0 auto;border:1px solid #f2f2f2;}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; text-align: center;}
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
.slick-dots { position: absolute; bottom: 0; list-style: none; display: block; text-align: center; padding: 0px 3px; width: 100%; z-index:999;}
.slick-dots li { position: relative; display: inline-block; height: 8px; width:8px; margin: 0px 6px; padding: 0px; cursor: pointer;background:#cccccc;border-radius:50%;z-index: 10;transition: 0.5s all;}
.slick-dots li button { border: 0; background: transparent; display: block; height: 8px; width:8px; outline: none; line-height: 0; font-size: 0; cursor: pointer; outline: none; background:#aaa;border-radius:50%;padding:0;transition: 0.5s all;}
.slick-dots li button:focus { outline: none;}
.slick-dots li.slick-active button,.slick-dots li.slick-active{ width:24px; background:#064e98; border-radius:10px;}
.slick-dots li.slick-active:before{ width: 50px; z-index: 333; opacity: 1; left: 0px;}

@media only screen and (max-width:992px) {
.slick-dots{bottom: -30px;}
}


.i_title{margin-bottom:30px;position:relative; text-align: center;}
.i_title .h4{color:#333;font-size:54px; line-height:60px;font-family: "BarlowCondensed"; text-transform:uppercase; z-index: 2; position: relative; margin-bottom: 10px; position: relative; background: url(../images/title_line.png) no-repeat center bottom; padding-bottom: 15px;}
.i_title .h4:after{ position: absolute; left:50%; top:-80px; content: ''; background: url(../images/title_bg.png) no-repeat center center; width: 400px; height: 118px; margin-left: -200px; margin-top:0; z-index: -1;}
.i_title p{ font-size: 14px; line-height: 26px; color: #999; max-height: 52px; overflow: hidden; max-width:780px; margin: 0 auto;}

.title_l{ text-align: left;}
.title_l .h4{ background-position: left bottom;}
.title_l .h4:after{ margin-left: 0px; left: -80px;}
.title_l p{text-align: left; margin: 0;}
@media only screen and (max-width:1360px) {
.i_title .h4{font-size:36px;}
}
@media only screen and (max-width:1200px) {
.i_title .h4:after{display: none;}
.i_title .h4{font-size:34px; margin-bottom: 10px; line-height: 32px;}
}

@media only screen and (max-width:992px) {
.title_l{text-align: center;}
.title_l p{text-align: center;}
.i_title{margin-bottom: 15px;}
.i_title .h6{display: none;}
.i_title .h4{font-size:30px; line-height: 30px; margin-bottom: 10px; background-position: center bottom;}
.i_title p{ line-height: 20px; max-height: 40px; margin-top: 5px;}
}
@media only screen and (max-width:768px) {
.i_title .h4{font-size: 24px; margin-bottom: 10px;}
}

/*cate_section*/
.my_more1{display: inline-block;font-family:"Microsoft YaHei"; text-transform: uppercase; font-size: 13px;color: #fff; position: relative; z-index: 555;position: relative; background: #064e98; line-height: 40px; padding: 0px 30px;}
@media only screen and (max-width:768px) {
.my_more1{ line-height: 36px; font-size: 13px;}
}
.n_main .my_more1{ line-height: 36px; font-size: 14px;}
.my_more1:hover{ padding-right:50px !important;}
.my_more1:before { content: ' '; position: absolute; background:rgba(255,255,255,0.3); width:0; height: 100%; top: 0; left:0; opacity: 0.3; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.my_more1:hover:before{ width: 100%;}
.my_more1:after{ position: absolute; right: 0px; top: 0px; width: 40px; height: 100%; display: inline-block; content: ''; background:url(../images/ico_jt.png) no-repeat center center; opacity: 0;}
.my_more1:hover:after{animation: more_i 1.5s infinite; opacity: 1; right: 10px;}
@keyframes more_i {
0% {
transform: translateX(-3px); }
50% {
transform: translateX(3px); }
100% {
transform: translateX(-3px);} }


/**features-tab***/
.cate_section{ background: url(../images/cate_bg.jpg) no-repeat center left;padding-bottom: 60px;}
.cate_section .bs-slider{ overflow: inherit;}
.cate_section .carousel-inner{ overflow: inherit !important;}
.cate_section ul li{ list-style:none;}
.cate_section .cate_li{text-align: center; padding: 0; margin:70px 0; position: inherit;}
.cate_section .cate_li .active{ background: none;  border: none; height: auto;}
.cate_section .cate_li li{display: inline-block; float: left; width:20%; text-align: center; cursor: pointer; position: relative; height: auto; border: none; border-radius:0; z-index: 333;}
.cate_section .cate_li li .icon{ display: inline-block; width: 100px; height: 100px; border-radius:50%; background:#1a83d5;transition: 0.8s all;}
.cate_section .cate_li li.active .icon{ background: #fff; box-shadow: 0px 5px 20px rgba(0,0,0,0.06); transform:translate3d(0,-6px,0);-webkit-transform:translate3d(0,-6px,0);}
.cate_section .cate_li li .icon img{transition:all .5s;}
.cate_section .cate_li li .icon:hover img{
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter:FlipH; transform: rotateY(180deg);
}
.cate_section .cate_li .active p{ color: #064e98;}
.cate_section .cate_li p{ font-size: 16px; color: #333;font-family:"Microsoft YaHei"; line-height: 20px; margin-top: 16px;}



.cate_section .cate_l{ float: left; width: 32%; padding-left: 6%;}
.cate_section .cate_l .i_title .h4{ text-transform: capitalize;}
.cate_section .cate_l .cate_p{ color: #999; font-size: 13px; line-height: 30px; height: 90px; overflow: hidden; margin-bottom: 20px;}
.cate_section .cate_r{ float: left; width: 68%; padding-left: 50px;}

.cate_section .pro_slider .li{ position: relative; padding-bottom: 96px; border: 1px solid #eee; box-shadow: 0px 5px 20px rgba(0,0,0,0.06); margin:15px; text-align: left;transition: 0.5s all;-webkit-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; overflow: hidden;}
.cate_section .pro_slider .li *{transition: 0.5s all;-webkit-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.cate_section .pro_slider .li  .img{ padding: 8px; overflow: hidden;}
.cate_section .pro_slider .li .text{ position: absolute; left: 0px; bottom: 0px; width: 100%; background: #fff; padding-bottom: 20px;}
.cate_section .pro_slider .li .text .title{ color: #333; font-size: 16px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-family:"Microsoft YaHei"; padding: 0px 20px; margin:10px 0; border-bottom: 1px solid #fff;}
.cate_section .pro_slider .li .text p{ font-size: 12px; color: #999; line-height: 26px; height: 26px; overflow: hidden; padding: 0px 20px;}
.cate_section .pro_slider .text .more{ font-size: 12px; color: #064e98;font-family:"Microsoft YaHei"; text-transform: capitalize; padding: 0px 20px; display: inline-block; line-height: 20px; height: 0px;overflow: hidden;}
.cate_section .pro_slider .li .text .more i{margin-left: 4px;}
.cate_section .pro_slider .li .a{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 555;}
.cate_section .pro_slider .li:hover .title{  border-bottom: 1px solid #eee; padding-top: 10px; padding-bottom: 10px;}
.cate_section .pro_slider .li:hover p{ height: 52px; margin: 10px 0;}
.cate_section .pro_slider .li:hover .more{ height: 20px; }
.cate_section .pro_slider .li:hover{transform:translate3d(0,-10px,0);-webkit-transform:translate3d(0,-10px,0); border: 1px solid #064e98;}

@media only screen and (max-width:1200px) {
.cate_section .cate_li p{font-size: 14px;}
}

@media only screen and (max-width:992px) {
.cate_section .cate_l{display: none;}
.cate_section .cate_r{width: 100%; padding-left: 0;}
.cate_section .cate_li{ margin-bottom: 30px;}
}

@media only screen and (max-width:768px) {
/*.cate_section .cate_li li .icon{display: none;}*/
.cate_section .cate_li p{margin-top: 0;/*background: #eee;*/ padding: 10px;}
.cate_section .cate_li li{width: 50%; padding:0 10px; margin-bottom: 10px;}
/*.cate_section .cate_li li:nth-child(2n+1){ clear: both;}*/
.cate_section .cate_li li:nth-child(1){ display:none}
.cate_section .cate_main{padding: 0px 20px;}
}

@media only screen and (max-width:400px) {
.cate_section .cate_li li{width: 50%;}
.cate_section .cate_li p{font-size: 12px;font-family:'poppins'; line-height: 16px;}

}

/*choose_section*/
.choose_section{ background: #f6f6f6; padding: 60px 0; overflow: hidden;}
.choose_section .li{ margin: 0px 15px; background: #fff; text-align: center; padding-bottom: 10px;}
.choose_section .li .img{ display: block; overflow: hidden;}
.choose_section .li:hover .img img{transform: scale(1.1);}
.choose_section .li .title{ display: block; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; padding: 0px 15px;font-family:"Microsoft YaHei"; color: #333; margin: 10px 0 5px; font-size: 16px;}
.choose_section .li:hover .title{ color: #064e98;}
.choose_section .li p{ font-size: 12px; color: #999; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0px 15px;}

@media only screen and (max-width:1200px) {
.choose_section{padding: 40px 0 60px;}
.choose_section .li .title{font-size: 14px;}
}
/*about_section*/
.about_content {position: relative;}
.about_content .nav-tabs{border:none;border:none;text-align:center;display:block; width: 100%; margin-top: 30px;}
.about_content .nav-tabs li{display:inline-block;float:left;text-align:center;position:relative;overflow:hidden; background: none; width: 33.33%;}
.about_content .nav-tabs li a{ background: none; border: none; padding:0; position: relative;}
.about_content .nav-tabs li a:before{ position: absolute; top:37px; left: 50%; margin-left: 50px; height: 3px; width: 50%; content: ''; background: #f7f7f7;}
.about_content .nav-tabs li a:after{ position: absolute; top:37px; right: 50%; margin-right: 50px; height: 3px; width: 50%; content: ''; background: #f7f7f7;}

.about_content .nav-tabs li a .icon{ display: inline-block; width: 76px; height: 76px; border-radius: 50%; background-color: #f7f7f7; background-position: 0px -75px;
transition: 0.5s all;-webkit-transition: 0.5s all;}
.about_content .nav-tabs li a p{display:block;color:#333;font-size:18px;line-height:20px;text-transform:capitalize;vertical-align:middle;transition:all .5s;margin:0; line-height: 30px;  margin-top: 10px;font-family: "Microsoft YaHei"; }
.about_content .nav-tabs > li.active .icon,.about_content .nav-tabs > li:hover > .icon,.about_content .nav-tabs > li.active:focus .icon{ background-color: #064e98; background-position: 0px 0;}

.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-carousel .owl-item .title{font-family: "Microsoft YaHei"; font-size: 14px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 15px 0; color: #444;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility:    hidden;-ms-backface-visibility:     hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}
.indicator-style.owl-theme .owl-controls .owl-buttons div {width:60px;height:60px;padding: 0;position: absolute;right: 5px;top:50%;overflow:hidden; margin-top: -30px; background: #fff; border-radius: 50%; box-shadow: 0px 5px 20px rgba(0,0,0,0.06); text-align: center; padding: 10px;}
.indicator-style.owl-theme .owl-controls .owl-buttons div i{  width: 40px; height: 40px; border-radius: 50%; background: #eee; line-height: 40px; color: #064e98;}
.indicator-style .owl-controls .owl-buttons div.owl-prev{left:-20px;}
.indicator-style .owl-controls .owl-buttons div.owl-next{right:-20px;}

/*about_title*/
.index_main{overflow: hidden;}
.about_title{ padding:50px 0 290px;}
.about_title .year{ font-size: 130px; color: #0b57a6; font-family:"BarlowCondensed"; line-height:130px; padding-left: 60px; float: left; margin-right: 36px; position: relative;}
.about_title .year:after{ position: absolute; left: 0px; top: 50%; height: 90px; margin-top: -35px; content: ''; width: 4px; background: #084d93;}
.about_title p{font-family:"BarlowCondensed"; color: #fff; font-size: 46px; line-height: 65px;}
.about_content{ margin-top: -230px;}
.about_content .about_main{z-index: 6666;}
.about_content .about_main:after{position: absolute; left: 0px; top: 0px; width: 1000vh; height: 100%; content: ''; background:#fff url(../images/about_bg.jpg) no-repeat 1000px top;}
.about_content .about_l{ float: left; width:50%; padding-left: 30px; padding-top: 60px; position: relative; z-index: 8888;}
.about_content .com_title a{ color: #333; font-size:24px;font-family: "Microsoft YaHei"; display: block; margin-bottom: 10px; line-height: 42px; padding-top: 20px; background: url(../images/title_line.png) no-repeat left top;}
.about_content .text{ color: #777; line-height: 30px; font-size: 15px; max-height:120px; overflow: hidden; margin-bottom: 30px;}
.about_content .about_r{ float:left; width: 50%; position: relative;}
.about_content .about_l .more{ font-size: 14px; color: #333; text-transform: uppercase;font-family: "Microsoft YaHei";}
.about_content .about_l .more i{ display: inline-block; width: 30px; height: 30px; line-height: 30px; text-align: center; background: #aaa; color: #fff; font-size: 18px; line-height: 30px; color: #fff; border-radius: 50%; margin-right: 10px;}
.about_content .about_img{ position: relative;}
.about_content .about_img img{ width: 100%;}
.about_content .about_img .img{ display: block; overflow: hidden;}
.about_content .about_img:hover img{transform: scale(1.1);}
.about_content .about_img img{ position: relative; z-index: 555;}

.about_content .year{ width: 221px; height: 287px; background: url("../images/year.png") no-repeat center center; position: absolute; right: 40px; bottom: -45px; z-index: 99999; padding: 30px;}
.about_content .year .h4{ font-size: 120px; color: #dce301; line-height: 120px;font-family: "Microsoft YaHei";}
.about_content .year p{ font-size: 24px; color: #333; line-height: 30px;font-family: "Microsoft YaHei"; position: relative; padding-top: 30px;}
.about_content .year p:after{ position: absolute; content: ''; top: 20px; left: 0px; width: 42px; height: 3px; background: #333;}


.honor_section .single-product{ margin: 0px 15px; text-align: center;}
.honor_section .owl-carousel{padding: 0px 30px;}

@media only screen and (max-width:1200px) {
.about_content .com_title a{font-size:18px; line-height: 20px;}
.about_content .about_l{padding-top: 10px;}
}
@media only screen and (max-width:992px) {
.about_content .about_r{ width: 100%;}
.about_content .about_l{width: 100%;}
.about_content .year{ display: none;}
.about_content .about_img{height: auto;}
.about_content:before{width: 100%; top: 0; height: 100%;}
.about_content{padding: 20px; margin-top: 0;}
.about_content .about_l{padding: 0; margin-top: 30px;}
.about_title{display: none;}
}

@media only screen and (max-width:992px) {
.index_main{margin-top: 30px;}

}
/*app_section*/
.app_section{padding: 100px 0 50px; background: url(../images/app_bg.jpg) no-repeat right top;}
.app_section .i_title{ border-bottom: 1px solid #eee; padding-bottom: 30px; margin-bottom: 30px;}
.app_section ul li{ list-style: none; margin-bottom: 20px;}
.app_section ul li .img{ float: left; margin-right: 20px; width: 206px;border: 1px solid #e5e5e5;}
.app_section ul li .title{ color: #333; font-size: 16px; line-height: 20px; max-height: 40px; overflow: hidden; margin-bottom: 15px; display: block;font-family: "Microsoft YaHei"; margin-top: 15px;}
.app_section ul li p{ font-size: 12px; line-height: 26px; color: #999; max-height: 52px; overflow: hidden;}

@media only screen and (max-width:992px) {
.app_section{padding: 40px 0;}
.app_section ul li .img{width: 40%;}
.app_section ul li .title{margin: 0; font-size: 14px;}
}

@media only screen and (max-width:768px) {
.app_section ul li{float: left; width: 50%;}
}
@media only screen and (max-width:560px) {
.app_section ul li{width: 100%;}
}
/*index_pic*/
.index_pic{background-attachment: fixed !important; background-size: cover !important; padding: 60px 0; text-align: center;}
.index_pic .title{ display: inline-block; max-width: 700px; font-family: "BarlowCondensed"; color: #fff; text-transform: uppercase; font-size: 40px; line-height: 50px;}
.index_pic .my_more1{ line-height: 50px; padding: 0px 40px; font-size: 16px; margin-top: 40px;}

@media only screen and (max-width:1200px) {
.index_pic{padding: 40px 0;}
.index_pic .title{font-size: 22px; line-height: 30px;}
.index_pic .my_more1{margin-top: 20px;}
}
/*case_section*/
.case_section{ background:#fff url(../images/case_bg.jpg) no-repeat center top; padding-top:100px; padding-bottom:0;}
.case_section .i_title p{ width: 60%;}
.case_section .li{ margin: 0px 10px; position: relative; padding-bottom: 82px; margin-bottom: 30px; margin-top: 30px;}
.case_section .li .text{ position: absolute; left: 10px; bottom: 0px;  text-align: center; z-index: 666; width: calc(100% - 20px); height: auto;box-shadow: 0px 5px 20px rgba(0,0,0,0.06); background: #fff; padding: 0px 20px; transition: 0.5s all;-webkit-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; padding-bottom: 15px;}
.case_section .li img{ width: 100%;}
.case_section .li .img{display: block; overflow: hidden;}
.case_section .li:hover img{transform: scale(1.1);}
.case_section .li .text .title{ font-size: 18px; color: #333;font-family: "Microsoft YaHei"; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: url(../images/title_line.png) no-repeat center top; padding-top: 15px; margin-top: 20px;}
.case_section .li .text p{overflow: hidden; font-size: 12px; line-height: 22px;  height: 22px;transition: 0.5s all;}
.case_section .li .text .more{ display: inline-block; line-height: 36px; height: 0px; overflow: hidden;font-family: "Microsoft YaHei"; font-size: 12px; text-transform: uppercase; background: #134e8f; padding: 0px 20px; border-radius: 30px; color: #fff;}
.case_section .li:hover .text {height: auto;}
.case_section .li:hover .text p{ height: 44px;}
.case_section .li:hover .more{ height: 36px; margin-top: 10px;}

.case_section .slick-prev{width:46px; height:46px; position:absolute; right:10%;top:-100px; vertical-align: middle; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; background:#fff; border-radius:0; border:none; opacity:1; margin: 0; margin-right: 46px;box-shadow: 0px 5px 20px rgba(0,0,0,0.06); }
.case_section .slick-prev::before{border-radius: 0;color:#134e8f;display: inline-block;font-family: "FontAwesome";font-size:30px; content:"\f104"; line-height:46px;}
.case_section .slick-next{width:46px; height:46px; position:absolute; right:10%; top:-100px; vertical-align: middle;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; background:#134e8f;  border-radius:0;border:none; opacity:1; margin: 0;}
.case_section .slick-next::before{border-radius: 0;color:#fff;display: inline-block;font-family: "FontAwesome";font-size:30px; content: "\f105"; line-height:46px;height: auto;background-image: none;}

@media only screen and (max-width:992px) {
.case_section{padding-top: 40px;}
.case_section .i_title{text-align: center;}
.case_section .i_title p{width: 100%;}
.case_section .slick-prev{ right: auto;left: 0px; top: 50%; margin-top: -20px;}
.case_section .slick-next{right: 0px; top: 50%;  margin-top: -20px;}
.case_section .li .text .title{font-size: 14px;}
}

/*news_section*/
.index_other{padding: 90px 0 50px;}
.news_section{ float: left; width: 50%; padding-left: 1px;}
.news_section .news_other .day{ color: #134e8f; background: url(../images/news_date.png) no-repeat center left; line-height: 24px; padding-left: 34px; float: left;}
.news_section .news_other .more{ font-size: 14px; color: #777; float: right; font-family: "Microsoft YaHei"; text-transform: uppercase;}
.news_section .news_other .more img{ margin-left: 12px;}
.news_section .news_other .more:hover{ color: #134e8f;}
.news_section .news_other .more:hover img{ margin-left:20px;}
.news_section ul li{ list-style: none; margin-bottom: 25px;  position: relative;}
.news_section ul li .img{ float: left; width: 36%; margin-right: 22px;}
.news_section .title{ font-size: 14px; color: #333; line-height: 22px; overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap; font-family:"Microsoft YaHei"; display: block; margin-top: 10px;}
.news_section p{font-size: 12px; line-height: 24px; height: 48px; overflow: hidden; color: #999; overflow: hidden; margin: 14px 0;}
.news_section .img{ display: block; overflow: hidden;}
.news_section li:hover img{transform: scale(1.1);}


/*faq_section*/
.faq_section{ float: right; width: 50%; padding: 50px 0 0; padding-left: 70px;}
.faq_section .faq_title{padding: 60px 35px; margin-bottom: 20px; background-size: cover !important;}
.faq_section .faq_title .h4{font-family: "Microsoft YaHei"; font-size:36px; color: #fff; text-transform: uppercase;}
.faq_section .faq_title img{margin-right: 20px;}
.faq_section .faq_title p{ font-size: 13px; color: #808080; line-height: 30px; height: 60px; overflow: hidden; margin: 15px 0;}
.faq_section  #accordion .panel{border: none; box-shadow: none; border-radius: 0;margin: 0; background:#fff; margin-bottom:20px;}
.faq_section  #accordion .panel-heading{padding: 0; }
.faq_section  #accordion .panel-title a{ display: block; font-size: 14px; line-height: 24px; color: #333; background:#f7f7f7 url(../images/faq_ico2.png) no-repeat 14px center;  padding:15px 40px 15px 10px; position: relative;transition: all 0.5s ease 0s;font-family: "Microsoft YaHei";padding-left:55px;}
.faq_section  #accordion .panel-title a:before{ content: "\f107"; font-family: 'FontAwesome';display: block; line-height: 54px;  padding:0px 10px; font-size: 20px; color: #064e98; text-align: center; position: absolute;  top:0; right:5px; transition: all 0.3s ease 0s;}
.faq_section  #accordion .panel-title a.collapsed:before{content: "\f107"; color:#005aab;}
.faq_section  #accordion .panel-body{font-size: 12px;line-height: 22px; border: none; padding: 15px; background: #f7f7f7; border-top: 1px solid #dedede;}
.faq_section  #accordion .panel-body p{ color:#808080; line-height:26px; max-height:78px; overflow:hidden; font-size:12px;}
.faq_section  #accordion .panel-title .collapsed{color:#333; background-color: #f7f7f7;}


@media only screen and (max-width:1200px) {
.index_other{padding-bottom: 20px;}
.news_section{width: 100%; padding-left: 0;}
.faq_section{width: 100%; padding-left: 0;}
}
/*footer*/
.footer_follow{ background:#064e98;  padding: 12px 0; text-align: center;}
.footer_follow ul li{ list-style: none;float: left; width: 10%;}
.footer_follow ul li:nth-child(n+6){ float: right;}
.footer_follow ul li a{font-family: "BarlowCondensed";line-height: 36px; color: #fff; font-size:20px; text-transform:uppercase;}
.footer_follow ul li.footer_logo{ width: 20%; position: relative;}
.footer_follow ul li.footer_logo a{ display: inline-block; width: 120px; height: 120px; border-radius: 50%; background: #fff; padding-top: 30px; position: absolute; left: 50%; top: 50%; margin-left: -60px; margin-top: -60px; border-top: 3px solid #064e98;}
@media only screen and (max-width:1400px) {
.footer_follow ul li a{ font-size: 18px;}
.footer_follow ul li{padding: 0px 4px;}
}

@media only screen and (max-width:1200px) {
.footer_follow ul li.footer_logo{display: none;}
.footer_follow ul li{width:25%;}
.footer_follow ul li:nth-child(n+6){ float: left;}
}
@media only screen and (max-width:992px) {
.footer_follow ul li a{line-height: 22px; font-size: 14px;}
}
@media only screen and (max-width:400px) {
.footer_follow ul li{width:33.33%;}

}
.footer_email{text-align: center; padding:60px 0; background-size: cover !important; background-attachment: fixed !important;}
.footer_email .h4{ margin-bottom: 40px; font-size: 40px;font-family: "BarlowCondensed"; text-transform: uppercase; color: #fff;}
.footer_email .h4 span{ color: #d81324;}
.footer_email .email{width:466px; margin-top:15px; margin-bottom:20px;  position:relative; margin: 0 auto;}
.footer_email .email_main{height:60px;color:#999;float:left; line-height:48px;font-size:13px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s; width:100%; background:#fff url(../images/email_l.jpg) no-repeat left center; border:none; padding-left:12px; padding-right: 70px; padding-left: 84px;}
.footer_email .email_main:focus{color:#333;}
.footer_email .email_btn{  width: 60px; font-size: 16px; height:60px; background:url(../images/email_btn2.png) no-repeat center center;  position: absolute; right:0; top: 0; border:none; color: #fff; text-transform: uppercase;}
@media only screen and (max-width:992px) {
.footer_email .h4{font-size: 30px;}
.footer_email{padding: 30px 0;}
.footer_email .h4{font-size: 20px;}
.footer_email .email{width: 100%;}
}

.fot_mes .footer_logo{ margin-bottom: 20px;}
.fot_mes{float: left; width:46%; position: relative; padding-right: 10%;}
.fot_mes .mess_title{font-size:26px; color:#fff; font-family: "BarlowCondensed"; text-transform:uppercase; margin-bottom:24px}
.fot_mes .mess_title img{ margin-right: 20px;}
.fot_mes .mess_main{ position: relative; z-index: 333;}
.fot_mes p{ font-size: 13px; line-height: 24px; color: #f5f5f5; margin-bottom: 10px;}
.fot_mes ul{list-style:none; margin: 0px -10px;}
.fot_mes ul li{padding:0 10px;margin-bottom:15px;}
.fot_mes ul li span{display:block;position:relative;}
.fot_mes ul li span:before{content:'';position:absolute;width:40px;height:40px;right:0;top:0;display:inline-block;background-position:center center;background-repeat:no-repeat;}

.fot_mes ul li span:before{content:'';position:absolute;right:10px;top:10px;width:28px;height:23px;display:inline-block;background-image: url(../images/icon.png);background-repeat: no-repeat;}
.fot_mes ul li span.ms_e:before{background-position:-40px -227px;}
.fot_mes ul li span.ms_p:before{background-position:0 -227px;}
.fot_mes ul li span.ms_m:before{background-position:-82px -227px;}
.fot_mes ul li input{background:rgba(255,255,255,0.1);height:40px;width:100%;line-height:40px;padding-right:45px;font-size:13px;color:#808080; border: none; border-radius:0; padding-left: 10px;}
.fot_mes ul li textarea{height:100px;background:rgba(255,255,255,0.1);width:100%;max-width:100%;max-height:100px;font-size:13px;padding:8px 45px 10px 0;color:#808080;border:none;border-radius:0; line-height: 20px; padding-left: 10px;}
.fot_mes ul li input:focus,.fot_mes ul li textarea:focus{color:#333; background: #fff;}
.fot_mes ul li input:-ms-input-placeholder{color:#808080;}/* Internet Explorer 10+ */ 
.fot_mes ul li input::-webkit-input-placeholder{color:#808080;}/* WebKit browsers */
.fot_mes ul li input::-moz-placeholder{color:#808080;}/* Mozilla Firefox 4 to 18 */ 
.fot_mes ul li input:-moz-placeholder{color:#808080;}/* Mozilla Firefox 19+ */ 
.fot_mes ul li textarea:-ms-input-placeholder{color:#808080;}/* Internet Explorer 10+ */ 
.fot_mes ul li textarea::-webkit-input-placeholder{color:#808080;}/* WebKit browsers */
.fot_mes ul li textarea::-moz-placeholder{color:#808080;}/* Mozilla Firefox 4 to 18 */ 
.fot_mes ul li textarea:-moz-placeholder{color:#808080;}/* Mozilla Firefox 19+ */ 
.fot_mes .main_more{height:32px; font-size: 14px; line-height:32px;padding: 0px 20px;background:#064e98;color:#fff;margin-top:0; text-transform: uppercase;color: #fff; border: none;transition: 0.5s all;font-family: "Microsoft YaHei"; margin-top: 10px;}
.fot_mes .main_more:hover{ background-color: #a0120e;}
@media only screen and (max-width:992px) {.fot_mes{display: none;}}




#footer{color:#c1c1c1; font-size:13px; position:relative;}
#footer .footer_main{ padding-top: 46px;}
#footer ul li{ list-style:none;}
#footer .modules a{ color:#c1c1c1; font-size:14px; }
#footer .modules a:hover{ color:#fff; text-decoration:underline;}
#footer section{position: relative; z-index: 555;}

#footer .footer_tags{float:left; width:21%;padding-right:4%;}
#footer .footer_tags ul li a{ line-height:24px; display:inline-block; position:relative; padding-left:0px; text-transform: capitalize;padding:5px 0;}

#footer .footer_con{ float: left; width:33%; font-size: 13px;}
#footer .footer_con a{ text-transform: none; line-height: 32px; font-size: 13px;}
#footer .footer_con ul li{ margin-bottom: 10px;}
#footer .footer_con .con_add{ background: url(../images/footer_add.png) no-repeat left 4px; padding-left: 40px;}
#footer .footer_con .con_tel{ background: url(../images/footer_tel.png) no-repeat left 4px; padding-left: 40px;}
#footer .footer_con .con_email{ background: url(../images/footer_email.png) no-repeat left 4px; padding-left: 40px;}
#footer .footer_con .con_web{ background: url(../images/footer_web.png) no-repeat left 4px; padding-left: 40px;}
#footer .footer_con .con_whatsapp{ background: url(../images/footer_whatsapp.png) no-repeat left 4px; padding-left: 40px;}
#footer .footer_sns {margin-top: 20px;}
#footer .footer_sns dl{margin-right:30px;float: left;}
#footer .footer_sns dl img{width:138px;height:138px;}
#footer .footer_sns dl p{text-align:center}
/*#footer .footer_sns a{ width: 28px; height: 28px; margin:0px 2px; border-radius: 5px; overflow: hidden; display: inline-block;}*/


.footer_bottom {font-size:13px; color:#c1c1c1;line-height:22px;  position: relative;margin-top: 50px; border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; text-align: center;}
.footer_bottom .container{ position: relative; z-index: 555;}
.footer_bottom  a{ margin:0px 4px; line-height:22px;}
.footer_bottom  a{ color:#c1c1c1;}
.footer_bottom  a:hover{color:#fff; text-decoration:underline;}
.footer_bottom .ipv6 { display:inline-block; margin-right:15px; color: #c1c1c1;}
.footer_bottom .ipv6 img{ margin-right:6px;}
.footer_bottom .links{display:inline-block;}
.footer_bottom #powerby{ display: inline-block;}
#footer .footer_other{line-height:26px; display: inline-block;}
#footer .cop{ margin-right: 6px;}
#footer .cop span{ color: #fff;}
#footer .cop a:hover{ color:#fff ; text-decoration:underline;}
@media only screen and (max-width:1200px) {
.footer_bottom{text-align: center;}
#footer .cop{ width: 100%; text-align: center;}
#footer .footer_r{width: 100%; text-align: center;}
}
@media only screen and (max-width:992px) {
#footer .footer_email .title_h4{display: block;}
#footer .footer_email{width: 100%; padding-right: 0;}
#footer .footer_con{ float:left; width:100%; padding-right:0; padding-left: 0;}
#footer .footer_con .footer_logo{ display: none;}
#footer .footer_tags{float:left; width:100%;padding-right:0; padding-left: 0;}
#footer .footer_follow{width: 100%; padding-right: 0;}
#footer .footer_con ul li{ display: inline-block; margin-right: 30px;}
#footer{ background-size: cover;}
.footer_bottom{ border-top:none; margin-top:0px;padding: 10px 0; text-align: center; margin-top:10px;}
#footer .footer_sns{margin-top: 0;}
.footer_bottom .footer_follow a{font-size: 13px;}
#footer .footer_email .footer_logo{margin-bottom: 10px;}
.footer_bottom:after{ display: none;}
.footer_bottom .footer_sns{width: 100%; padding: 10px 0; float: none;}
#footer .cop{margin: 0;}
#footer .footer_about{width: 100%; padding-right: 0; text-align: center; margin-bottom: 30px;}
#footer .footer_pro{width: 100%; padding-right: 0;}

}

*:focus {outline: none;} 
#footer .title_h4{font-size:26px; color:#fff; font-family: "BarlowCondensed"; text-transform:uppercase; margin-bottom:24px; background: url(../images/title_ico.png) no-repeat left center; padding-left: 26px;}
@media only screen and (max-width: 992px) {
#footer .title_h4{ position:relative; margin-top:0; color:#fff; font-size:18px; padding-bottom:0px; padding:6px 10px; margin-bottom:15px; background:rgba(255,255,255,0.15); line-height: 24px;}
#footer .title_h4:after {  display: block;  content: "\f078";  font-family: "FontAwesome"; position: absolute;  right:15px;  cursor:pointer; font-size:14px; top:5px;  color:#fff;}
#footer .title_h4.active:after { content: "\f077";}
}

/*back-top*/
.back_top{width:40px;height:40px;text-align:center; position:fixed; right:16px;bottom:20px; z-index:99999999; display:none;-moz-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s;}
.back_top:before{content:"\f106";font-family:'FontAwesome';color:#fff;font-size:22px;display:block;line-height:40px;background: rgba(28,28,28,0.5); border: 1px solid rgba(255,255,255,0.5); border-radius: 50%;}
.back_top:hover{text-decoration:none;box-shadow:0 0 10px 2px rgba(0,0,0,0,0.2);}
.back_top:hover:before {animation: scroll_up_anim 1.5s infinite; background: #064e98;}
@keyframes scroll_up_anim {
0% {
transform: translateY(-3px); }
50% {
transform: translateY(3px); }
100% {
transform: translateY(-3px); } }
.back_top:link{text-decoration:none;}
.back_top:hover:before{color:#fff;text-decoration:none;}

/*bottom_ser*/
@keyframes scaleToggleOne { 
0 {
transform:scale(1);
-webkit-transform:scale(1)
}
50% {
transform:scale(1.7);
-webkit-transform:scale(1.7)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleTwo { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
20% {
transform:scale(1);
-webkit-transform:scale(1)
}
60% {
transform:scale(1.7);
-webkit-transform:scale(1.7)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleThree { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
33% {
transform:scale(1);
-webkit-transform:scale(1)
}
66% {
transform:scale(1.7);
-webkit-transform:scale(1.7)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
#online_qq_layer .animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.livechat-girl:focus { outline: 0 }
.livechat-girl:after { content: ''; width: 10px; height: 10px; border-radius: 50%; background-image: linear-gradient(to bottom, #ff0000, #ff0000); position: absolute; right: 1px; top: 1px; z-index: 50 }
.livechat-girl .girl { position: absolute; top: 0; left: 0; width: 100%; height: auto; z-index: 50; background:#064e98; border-radius: 50%; }
.livechat-girl .animated-circles .circle { background: rgba(6,78,152,.25); width: 50px; height: 50px; border-radius: 50%; position: absolute; z-index: 49; transform: scale(1); -webkit-transform: scale(1) }
.livechat-girl .animated-circles.animated .c-1 { animation: 2s scaleToggleOne cubic-bezier(.6,.78,.152, .94) forwards }
.livechat-girl .animated-circles.animated .c-2 { animation: 2.5s scaleToggleTwo cubic-bezier(.6,.78,.152, .94) forwards }
.livechat-girl .animated-circles.animated .c-3 { animation: 3s scaleToggleThree cubic-bezier(.6,.78,.152, .94) forwards }
.livechat-girl.animation-stopped .circle { opacity: 0!important }
.livechat-girl.animation-stopped .circle { opacity: 0!important }
.livechat-girl .livechat-hint { position: absolute; right: 22px; top: 50%; margin-top: -20px; opacity: 0; z-index: 0; -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1); transition: all .3s cubic-bezier(.86, 0, .07, 1); opacity: 0; }
.livechat-girl .livechat-hint.show_hint { -webkit-transform: translateX(-40px); transform: translateX(-40px); opacity: 1; z-index: 333; }
.livechat-girl .livechat-hint.hide_hint { opacity: 0; -webkit-transform: translateX(0); transform: translateX(0); z-index: -1; }
.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content { width: auto; overflow: hidden; text-overflow: ellipsis }
.rd-notice-tooltip { -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2); box-shadow: 0 2px 2px rgba(0,0,0,.2); font-size: 14px; border-radius: 3px; line-height: 1.25; position: absolute; z-index: 65; max-width: 350px; opacity: 1 }
.rd-notice-tooltip:after { position: absolute; display: block; content: ''; height: 20px; width: 20px; -webkit-box-shadow: none; box-shadow: none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; z-index: 50 }
.rd-notice-tooltip .rd-notice-content { background: 0; border-radius: 3px; width: 100%; color: #fff; position: relative; z-index: 60; padding: 20px;  line-height: 1.45 }
.rd-notice-type-success { background-color:#064e98; -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.2); box-shadow: 0 5px 10px 0 rgba(0,0,0,.2) }
.rd-notice-type-success .rd-notice-content { background-color:#064e98; color: #fff; font-size: 14px; position: relative;}
.rd-notice-type-success .rd-notice-content:before {position: absolute;content: '';opacity: 0;top: 0;left: 0;z-index: 1;background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);width: 30%;height: 100%;transform: skew(-10deg,0deg);animation: move 2s;animation-iteration-count: infinite;animation-delay: 1s;}

.rd-notice-type-success:after { background-color: #064e98; -webkit-box-shadow: 0 5px 10px 0 rgba(0,113,181,.2); box-shadow: 0 5px 10px 0 rgba(0,113,181,.2);}
.rd-notice-position-left { margin-left: -16px }
.rd-notice-position-left:after { right: -3px; top: 50%; margin-top: -10px }
.rd-notice-tooltip.single-line .rd-notice-content { height: 40px; padding: 0 20px; line-height: 40px; white-space: nowrap;font-size: 14px;font-family: "poppins";}

@media only screen and (max-width:768px){
.livechat-girl{display: none;}

}


#online_qq_layer{z-index:99999999;position:fixed;right:80px;bottom:30px;font-size:13px; }
#floatShow{display:block;}
#floatHide{display:none;}
#online_qq_tab{position:relative;z-index:9; width: 50px; height: 50px; position: absolute; right: 0; bottom:0;}
#online_qq_tab #floatShow{line-height:50px;position:relative;color:#fff;font-size:13px;text-transform:capitalize;font-family: "Microsoft YaHei"; width: 50px; height: 50px;}
#online_qq_tab #floatShow i{height:50px;width:50px;background:url(../images/online.png) no-repeat 10px center;position:absolute;left:5px;top:0;display:inline-block;}
#online_qq_tab #floatShow:hover{margin-right:0;}
#online_qq_tab #floatHide{font-family: "FontAwesome";height:50px;background: #ccc; color: #fff; width: 50px; border-radius: 50%; text-align: center; position: relative;}
#online_qq_tab #floatHide:after{border-radius: 0;color:#999;font-family: "FontAwesome";font-size:20px; content: "\f00d";color: #fff; line-height: 50px;}
#online_qq_tab #floatShow:hover,#online_qq_tab #floatHide:hover{text-decoration:none;}
#onlineService{display:inline;width:350px;display:none;font-size: 12px;border-top:none; margin-bottom: 70px;box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 5px 30px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px; border-radius: 5px;background: #f9fafa;}
#onlineService .online_form{ padding: 10px;}
#online_qq_layer .inquiry .main_more{border-width:1px;margin-top:0;}
#online_qq_layer .inquiry .main_more input{height:36px;line-height:36px;font-size:14px;padding-left:20px;padding-right:40px; background:#064e98; color: #fff; text-transform: uppercase; border-radius: 0;transition: 0.5s all; border-radius: 0;font-family: "Microsoft YaHei"; border-radius: 0; width: 100%; border-radius: 0;}
#online_qq_layer .inquiry .main_more:hover input{ background: ##f182;}


#onlineService .title{display:block;font-size:16px;line-height:24px;text-transform:capitalize; font-style: normal;font-family:"Microsoft YaHei"; color:#666;  background: #064e98 url(../images/email_ico.png) no-repeat 10px 6px; background-size: 30px auto;color: #fff; padding:10px 18px; padding-bottom: 46px; padding-left: 50px;}
#onlineService .text{ margin-bottom:10px; color:#999; line-height:20px; background:#f9fafa; margin-top: -50px; padding:15px;; border-radius: 4px; text-align: center; line-height:22px; border-bottom: 1px solid #e5e5e5;}
.i_message_inquiry{padding: 0px 10px;}
.i_message_inquiry .inquiry .form-control{ border:1px solid #e5e5e5; background:none; line-height:46px;height:46px; color:#333;width:100%;box-shadow:none;padding-right:30px;background-position:95% 12px;background-repeat:no-repeat;padding-left:10px; border-radius: 0; border: 1px solid #d3dbe0; border-radius: 5px;}
.i_message_inquiry .inquiry textarea.form-control{border-radius:0;}
.i_message_inquiry .inquiry .input-group{ height:32px; margin-bottom:6px;border:none; float: left; width: 100%; background: #fff;}
.i_message_inquiry .inquiry .input-group span{display:block;position:relative;}

.i_message_inquiry .inquiry .input-group span:before{content:'';position:absolute;right:10px;top:10px;width:28px;height:23px;display:inline-block;background-image: url(../images/icon.png);background-repeat: no-repeat;}
.i_message_inquiry .inquiry .input-group span.ms_e:before{background-position:-40px -227px;}
.i_message_inquiry .inquiry .input-group span.ms_p:before{background-position:0 -227px;}
.i_message_inquiry .inquiry .input-group span.ms_m:before{background-position:-82px -227px;}

.i_message_inquiry ::-webkit-scrollbar{width: 7px;height: 7px;background-color: #F5F5F5;}
.i_message_inquiry ::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);border-radius: 10px;
background-color: #F5F5F5;}
.i_message_inquiry ::-webkit-scrollbar-thumb{border-radius: 10px;box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
background-color: #999;}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control{line-height:20px; height:100px; padding-left:10px; width:100%;  color:#777; margin-bottom:15px; transition: 0.6s all; max-width: 100%; max-height: 100px; border-radius:0; max-width: 100%; min-width: 100%;  border: 1px solid #d3dbe0; border-radius: 5px;}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control:focus,.i_message_inquiry .inquiry .form-control:focus{color:#333;border-color:#aaa;}

@media only screen and (max-width: 768px) {
#online_qq_layer{ overflow:visible;}
#online_qq_tab #floatHide i{ margin-top: 0; margin-right: 0;}
#online_qq_tab #floatHide i:before, #online_qq_tab #floatHide i:after{background: #fff;}

}
/*fixed-contact*/
.fixed-contact {
    z-index:999999;
    position:fixed;
    right:0;
    top:40%;
    width:50px;
    margin-top:-90px;
    overflow:hidden;
    opacity:0;
	filter:alpha(opacity=0);
    transition:all .4s;
    transform: translateX(95px);
    -webkit-transform: translateX(95px);
    -moz-transform: translateX(95px);
}
.fixed-contact.show{  transform:none; opacity:1;filter:alpha(opacity=100); }
.fixed-contact.active {width:260px;}
.fixed-contact li {position:relative;height:50px;overflow:hidden;transition:all .4s;list-style: none;background:#064e98;  border-bottom: 1px solid rgba(255,255,255,0.2);}
.fixed-contact.active li a {opacity: 1;}
.fixed-contact li a {position:relative;z-index:1000;display:block;}
.fixed-contact li i {
    z-index:1000;
    position:absolute;
    left:0;
    display:block;
    width:50px;
    height:50px;
    transition:all .4s;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url(../images/icon.png);
}

.fixed-contact.active li:last-child:after {display:none;}
.fixed-contact li:hover i,.fixed-contact li:hover a{ color: #fff;}
.fixed-contact .online_p i {
	background-position: 0 -262px;
    border-top-left-radius:30px;
    -moz-border-top-left-radius:30px;
    -webkit-border-top-left-radius:30px;
    border-top-right-radius:30px;
    -moz-border-top-right-radius:30px;
    -webkit-border-top-right-radius:30px;
}
.fixed-contact .online_e i {background-position: -50px -262px;}
.fixed-contact .online_w i {background-position: -150px -262px;}
.fixed-contact .online_s i {background-position: -100px -262px;}
.fixed-contact .online_f i {background-position: -250px -262px;}
.fixed-contact .online_i i {background-position: -300px -262px;}
.fixed-contact .online_code i {background-position: -200px -262px;}

.fixed-contact li a {
    position:absolute;
    top:0;
    right:-135px;
    display:block;
    width:210px;
	line-height:110%;
    padding:18px 0 0 50px;
    color:#fff;
    white-space:nowrap;
    transition:all .4s;
	font-size:13px;
	text-align: left;
	font-weight: normal;
	opacity: 0;
}
.fixed-contact.active li a {right:50px;}
.fixed-contact .online_code a img{max-width:80px;}
.fixed-contact.active .online_code{height:130px;}
.fixed-contact.active .online_code a p{margin:0;margin-bottom:5px;}
.fixed-contact li.online_code:hover a{opacity:1; right: auto;left: 0;}

@media only screen and (max-width: 768px) {
	.fixed-contact{display:none !important;}
	.fixed-contact.show{opacity:0;}
}


.mobile_nav{position:fixed;left:0;bottom:0;width:100%;padding:0 0 5px;display:none;z-index:99999998;box-shadow:0 0 10px 0 rgba(255,255,255,0.4);-webkit-box-shadow:0 0 15px 0 rgba(255,255,255,0.4);border-radius:2px 2px 0 0;background:#064e98;border-top:1px solid #eee;}
.mobile_nav a{display:inline-block;width:20%;padding:0 10px;float:left;text-align:center;}
.mobile_nav a i{width:28px;height:28px;display:inline-block;background-repeat:no-repeat;background-image: url(../images/icon.png);}
.mobile_nav a p{color:#fff;padding-top:5px;font-size: 14px;text-transform:uppercase;line-height:12px;margin:0;}
.mobile_nav a:nth-child(3){float:right;}
.mobile_nav a:nth-child(4){float:right;}

@media only screen and (max-width: 992px){
	#service{display:none;}
	#onlineService01{width:150px;}
	.onlineMenu .call-top{padding:8px 5px;}
	.onlineMenu .call-top p{font-size:16px;}
	.onlineMenu ul{padding:10px;}
	.onlineMenu .call>p{padding-left:20px;font-size: 14px;}
	.onlineMenu .call>p a{font-size: 14px;}
	.onlineMenu .call>p.ser01,.onlineMenu .call>p.ser02,.onlineMenu .call>p.ser03,.onlineMenu .call>p.ser04,.onlineMenu .call>p.ser05{background-size:12px;}
	.back_top{right:5px;bottom:60px;width:40px;height:40px; background-image: none;}
	.back_top:before{font-size:20px;line-height:36px;}
	#online_qq_tab #floatShow{margin-bottom: 0;}
}
@media only screen and (max-width: 1200px) {
#online_qq_tab #floatShow i{left: 0px;}
#online_qq_tab #floatShow{width: 50px; padding-right: 0;}
#online_qq_layer{right: 60px;}
}
@media only screen and (max-width: 768px) {
	#online_qq_layer{right:0;}
	#onlineService{ width:100%; padding: 0; margin-bottom: 0; border-bottom-left-radius: 0px; border-bottom-left-radius: 0px;}
	#online_qq_layer{ width:100%;bottom:50px;}
	#online_qq_tab{right: 50%; margin-right: -25px; bottom: -44px;}
	#online_qq_tab #floatShow{ background:#064e98 url(../images/icon.png) no-repeat  -128px -218px;border-radius:0;margin-right:0; width:50px; height:50px; position:absolute;left:50%;margin-left:-25px;border:3px solid #fff;padding:0;box-shadow:none;border-radius:50%;text-indent:-999999px;z-index:9999999999;}
	#online_qq_tab #floatShow i{display:none;}
	#online_qq_tab #floatShow span{ display:none;}
	.mobile_nav{display:block;}
	.mobile_nav a p{text-transform:capitalize;}
	.footer-bottom{padding-bottom:60px;}
	#onlineService .i_message_inquiry .main-more input{padding:8px 20px;}
	.i_message_inquiry .inquiry{padding:15px 10px;}
	.footer_bottom{padding-bottom: 70px; padding-top:10px;}
}
@media only screen and (max-width: 375px) {
	.mobile_nav a p{text-transform:capitalize;}
}


/*n_main*/
.n_main{font-size:14px; color: #666; line-height:30px;  padding-bottom:60px; margin-top: 60px;}
.n_banner{ overflow: hidden; position: relative;}
.n_banner img{ width: 100%;}
@media only screen and (max-width:768px) {
.n_main{padding:20px 0 40px;}
}

.n_left{float: left; width: 22%;}
.n_right{float: right; width: 78%; padding-left: 20px;}
.n_left2{float: right; width: 22%;}
.n_right2{float: left; width:78%; padding-right: 20px;}

@media only screen and (max-width:992px) {
.n_left{width: 100%;}
.n_right{width: 100%; padding-left: 0; margin-top: 20px;}
.n_left2{width: 100%; margin-top: 20px;}
.n_right2{width: 100%; padding-right: 0;}
}


.mbx_section{ position: relative; padding: 6px 0; background:#f7f7f7; background-size:cover; text-align: center; padding: 15px 0;}
.mbx_section .n_title{font-size:34px; color: #2e2e2d;font-family: "BarlowCondensed"; text-transform:uppercase; line-height: 50px; position: relative; z-index: 33; text-align: center;background: url("../images/title_ico.png") no-repeat left center, url(../images/title_ico.png) no-repeat right center; display: inline-block; padding: 0px 30px;}
.mbx_section .mbx{color: #777; font-size: 14px;}
.mbx_section .mbx a{color:#777; font-size: 14px; border-bottom:1px solid rgba(255,255,255,0);}
.mbx_section .mbx a:hover{ color:#333; text-decoration: underline;}
.mbx_section .mbx a i{ margin-right:4px; color:#064e98;}
.mbx_section .mbx span{ font-size: 14px; color:#777;  margin:0px 10px;}
.mbx_section .mbx h2{ color:#777; font-size: 14px; display:inline-block;}

@media only screen and (max-width:992px) {
.mbx_section{padding: 10px 0;}
.mbx_section .mbx{text-align: center; margin-top:0; }
.n_title{ color: #333; font-size:24px; line-height: 24px; margin-top: 10px; text-align: center;}
.mbx_section .mbx a,.mbx_section .mbx h2{color: #777;}
.mbx_section .mbx span{color: #777;}
.mbx_section .n_title{width: 100%; text-align: center; font-size: 24px; margin: 0;}
.mbx_section .mbx{width: 100%;}
.mbx_section .n_title{background: none;}
}


/*about*/
.about_nav{ margin-bottom:30px; text-align: center; margin-bottom: 30px; text-align: center;position: relative; z-index: 666666; box-shadow: 0 0 20px rgba(0,0,0,0.06); background: #fff;}
.about_nav:before{ position: absolute; left: 10px; top: 10px; background: #ebebeb; width: 100%; height: 100%; content: ''; z-index: -1;}
.about_nav ul{ background: #fff;}
.about_nav ul li{list-style:none; width: 33.33%; float: left; border-bottom:2px solid #f9f9f9; transition: 0.5s all;}
.about_nav ul li a{ display:block; line-height:30px; padding:10px 5%; color:#333;  font-family: "Microsoft YaHei"; font-size:16px; text-transform:capitalize; }
.about_nav ul li a img{ margin-right: 20px;}
.about_nav ul li.active,.about_nav ul li:hover{  border-bottom: 2px solid #333; background: #333;}
.about_nav ul li.active a,.about_nav ul li:hover a{ color: #aaa;}


@media only screen and (max-width:768px) {
.mbx_section{padding: 5px 0;}
.n_title{font-size: 22px; text-align: center; width: 100%;}
.about_nav ul li{ width:33.33%;  float: left;}

}

@media only screen and (max-width:600px) {
.about_nav ul li .icon{display: none;}
.about_nav ul li a{padding: 0;font-size: 14px;}
.about_nav ul li img{ display: none;}
}

/*contact*/
.sign_page{ background:linear-gradient(to bottom , #f7f7f7,#fff); padding-bottom: 100px;}
.sign_page .page_bg{box-shadow: 0 14px 25px rgba(0,0,0,0.1); margin-top: -60px; position: relative; z-index: 666; padding: 40px; background: #fff;}
.sign_page .page_bg .n_title{ float: none;}
.sign_page .mbx{ background: #f7f7f7; text-align: center; float: none; padding: 10px 0; margin-top: 10px;}
.sign_page .mbx_section{ border-bottom: none; background: #fff;}
.sign_page .mbx_section .mbx{ width: 100%;}
.section_title{ font-family:"Microsoft YaHei";  font-size: 26px; color: #333; text-transform:capitalize; margin-bottom: 20px; line-height: 30px; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; position: relative; }
@media only screen and (max-width:400px) {
.section_title{font-size: 20px; letter-spacing: 0;}
}
.section_title img{ float: left; margin-right: 20px;}
.section_title:after{ position: absolute; left: 0px; bottom: -4px; width: 8px; height: 8px; background:#ddd; content: ''; border-radius: 50%;}
@media only screen and (max-width:992px) {
.sign_page .page_bg{background: #fff; padding: 20px; margin-top: 40px;}
.sign_page{padding-bottom: 40px;}

}
.contact .map img{ width:100%;}
.con_main .other{ padding-left: 40px; font-size: 14px;}
.com_ul{background:#f7f7f7; margin-top: 40px;}
.com_ul a:hover{ color:#23ac38;}
.com_ul li{ list-style:none; text-align:center;}
.com_ul li .more_line svg.dashed_b{stroke:#064e98;}
.com_ul li .li{padding:30px 15px; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; border-radius: 20px; display: block;}
.com_ul li .li .icon{transition: 0.5s all;-webkit-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.com_ul li .li:hover .icon{transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0); }
.com_ul li .li h4,.com_ul li .li h4 a{ color:#444; font-size:20px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; line-height:20px;overflow:hidden;margin:30px 0 20px;text-transform:capitalize; font-family: "Microsoft YaHei";
}
.com_ul li .li p,.com_ul li .li a{ font-size:14px; color:#333;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.com_ul li .li em{ font-style:normal;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;color:#23ac38; font-size:16px; margin:10px 0; display:inline-block; }
.com_ul li .li em i{ margin-left:10px;}
.com_ul .con_info{ margin-top:50px; text-align:center; margin-bottom:50px;padding-bottom:30px; padding-top:30px;}
.com_ul .con_infop{ line-height:30px;}

/*logo*/
.partners_centent{ width:100%; margin: 0 auto; padding:0 0 50px 0; text-align: center; overflow: hidden} 
.partners_centent ul li{ width:16.66666666666667%; align-items: center; justify-content: center} 
.partners_centent ul li img{ display:inline-block; margin: 0 auto}


@media only screen and (max-width: 992px) { 
.partners_centent{ padding:10px 0 30px 0}
}


@media only screen and (max-width: 768px) {
.contact{ padding-bottom:0px; padding-top:20px;}
.com_ul .h4{ display:none;}
.com_ul li .li .icon{ float:left; margin-right:15px; text-align:center;}
.com_ul li .li{ padding:0px; border:none; text-align:left;}
.com_ul li .li .icon{ width:80px;line-height:40px; margin-bottom:20px;}
.com_ul li .li .icon i{ line-height:40px;}
}


.contact .other .h4{  font-family: "Microsoft YaHei";  font-size:30px; color: #333; margin-bottom: 20px; text-transform: capitalize; padding-bottom:20px;}
.contact .other .con_sns{margin-top: 30px;}
.contact .other .con_sns a{margin: 0px 2px;display: inline-block; border-radius:5px; overflow: hidden;}
.contact .other .con_sns a:nth-child(1){ background: #385a94;}
.contact .other .con_sns a:nth-child(2){ background: #00abee;}
.contact .other .con_sns a:nth-child(3){ background: #df2925;}
.contact .other .con_sns a:nth-child(4){ background: #ff6600;}
.contact .other .con_sns a:nth-child(5){ background: #c61118;}
.contact .other .con_sns a:nth-child(6){ background: #ff6600;}

.send_column{position: relative;z-index:10;bottom:0;border-radius:0px; }
.send_column{ padding:30px; position: relative; background:#fff;  border: 1px solid #eee; overflow: hidden;box-shadow: 0 5px 20px rgba(0,0,0,0.08);-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.08);  -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.08);}

.send_column .i_title{ margin-bottom: 20px;}
.send_column .main_title{text-align: left;margin-bottom:20px;padding-top:0;}
.send_column .main_title .line{text-align: left;}
.send_column .main_title em{margin-bottom:20px;font-size: 36px;}
.send_column .text{margin-bottom: 20px;}
.single-page .send_column > .text{margin-bottom:20px;font-size: 14px;}

.send_column ul{list-style:none;max-width:100%;padding-top:0;}
.send_column ul li{margin-bottom:20px;}
.send_column ul li p{margin:0;margin-top:0;font-size: 14px;margin-bottom:0;border-radius:5px;color:#333;font-family:"Microsoft YaHei";text-align: left;text-transform: uppercase;background:#f7f7f7;padding: 10px 20px;}
.send_column ul li p:before{margin-right:10px;color:#ff7a00;content:"\f0ca";font-family:'FontAwesome';font-size: 14px;}
.send_column ul li p a{ text-decoration:underline;font-size: 14px;display:inline-block;text-transform: capitalize;}
.send_column ul li span{display:block;position:relative;}
/*.send_column ul li span:after{content:'*';color:red;position:absolute;right:5px;top:5px;z-index:2;line-height: 20px;z-index: 111;}*/
.send_column ul li span:before{content:'';position:absolute;right:10px;top:20px;width:28px;height:23px;display:inline-block;background-image: url(../images/icon.png);background-repeat: no-repeat;}
.send_column ul li span.ms_e:before{background-position:-40px -227px;}
.send_column ul li span.ms_p:before{background-position:0 -227px;}
.send_column ul li span.ms_m:before{background-position:-82px -227px;}
.send_column ul li span.ms_n:before{background-image:url(../images/mes_n.png);}
.send_column ul li span.ms_p:after{display:none;}

.send_column ul li input{background:#fff;height:60px;width:100%;line-height:60px;padding-left:20px;font-size:14px;color:#666666;border:1px solid #ddd;background:#fff;border-radius:0;padding-right: 50px; box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset; border-radius: 5px;}
.send_column ul li textarea{height:200px;background:#fff;width:100%;max-width:100%;max-height:300px;font-size:14px;padding:20px 50px 20px 20px;color:#666666;border:none;border:1px solid #ddd;border-radius:0; box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1) inset; min-width: 100%; border-radius: 5px;}
.send_column ul li input:focus,.send_column ul li textarea:focus{color:#333;border-color:#aaa;background:#fff;}
.send_column ul li input:-ms-input-placeholder{color:#666666;}/* Internet Explorer 10+ */ 
.send_column ul li input::-webkit-input-placeholder{color:#666666;}/* WebKit browsers */
.send_column ul li input::-moz-placeholder{color:#666666;}/* Mozilla Firefox 4 to 18 */ 
.send_column ul li input:-moz-placeholder{color:#666666;}/* Mozilla Firefox 19+ */ 

.send_column ul li textarea:-ms-input-placeholder{color:#666666;}/* Internet Explorer 10+ */ 
.send_column ul li textarea::-webkit-input-placeholder{color:#666666;}/* WebKit browsers */
.send_column ul li textarea::-moz-placeholder{color:#666666;}/* Mozilla Firefox 4 to 18 */ 
.send_column ul li textarea:-moz-placeholder{color:#666666;}/* Mozilla Firefox 19+ */ 
.send_column .btn_1{ line-height:50px; height:50px; padding:0px 26px; padding-right: 50px; background:#064e98 url(../images/send_ico.png) no-repeat 80% center; font-size:14px;font-family: "Microsoft YaHei"; border:none; color:#fff; border-radius:5px; text-transform:uppercase; margin-top:10px; position:relative; transition: 0.6s all; border-radius:0;}
.send_column .btn_1::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;background-color: rgba(255,255,255,0.15);-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;-webkit-transform: scale(0.5, 1);transform: scale(0.5, 1);} 
.send_column .btn_1:hover::before{opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}
.send_column button{ border:none;}


.send_column select{width:100%;height:50px;border:none;border:1px solid #e5e5e5;background-color:#fff;font-size: 14px;color:#808080;padding-left:15px;Appearance:none; margin: 0;
-webkit-appearance:none;}
.send_column .select{margin: 0;}
.send_column .select:after{content:"\f0d7";font-family:'FontAwesome';position:absolute;right:30px;line-height:16px;font-size: 14px;color:#ccc;top:18px;z-index:99;}


@media only screen and (max-width: 992px) {
	.message_content .send_column{max-width: 100%;}
}

@media only screen and (max-width: 768px) {
	.send_column .main_title .text{font-size: 14px;}
	.send_column ul li{padding: 0;}
	.send_column ul li p a{font-size: 14px;line-height:24px;}
	.send_column ul li p{font-size: 14px;padding: 5px;background:#f2f2f5;}
	.send_column ul li span:after{right: 10px;}
	.send_column ul li input{font-size: 14px;padding-right:40px;}
	.send_column ul li textarea{font-size: 14px;line-height: 20px;padding-right:40px;}
	.send_column .main_more{background-position:-133px -91px;font-size: 14px;}
	.send_column .main_title{padding:0;}
	.send_column .submit p{font-size: 14px}
}


@media screen and (max-width: 768px) {
.contact_m{ padding:0px;}
.con_map{ margin-top:20px;}
.com_ul li .li h4{ margin:5px 0;}
.contact_email { width:100%;}
.contact_email{ margin-top:20px;}
.com_ul li .li{ background:#fafafa;}
.con_main .con_info{ padding-left:15px; margin-top:50px;}
.com_ul li .li .icon i{ font-size: 14px;}
.com_ul li .li{ padding:10px; margin:0px; background:#fff; margin-bottom: 10px;}
.com_ul li .li .dashed_b{display: none;}
.com_ul li{ text-align:left;}
.contact{ margin-top:0px; margin-bottom: 40px; background: none;}
.con_main,.send_column{ margin-top: 0;}
.contact_inq .title_h{display: none;}
.contact_inq .title_1 h4{font-size: 24px; margin: 8px 0;}
.contact .map{margin-top: 30px;}
.com_ul li .li h4, .com_ul li .li h4 a{font-size: 16px;}
.com_ul li .li span{font-size: 14px;}
.com_ul li .li p{margin-bottom: 0; font-size: 15px;}
.contact .other{margin-top: 30px; padding-left: 0;}
.com_ul{padding:40px 0; margin-top: 0;}
.contact .other .h4{font-size: 20px;}
}



/*left*/
.search_left{border-bottom: 1px solid #ddd; padding-bottom: 30px; margin-bottom: 30px;}
.search_left h4{ font-family: "Microsoft YaHei";  text-transform: uppercase; background: #eee; line-height: 40px; color: #333; padding-left: 15px; font-size: 16px;}
.search_left p{color: #808080; line-height: 20px;}
.search3{width:100%; position:relative; margin-top:10px;}
.search_main3{height:42px;background:#fff;float:left; line-height:42px;font-size: 14px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s; padding-left:10px; width:100%; color:#999; border:1px solid #eee;}
.search_main3:focus{background:#fff;border:1px solid #333;color:#333;}
.search_btn3{display:block; width:42px;height:42px;cursor:pointer;background:#333 url(../images/search_ico2.png) no-repeat center center; border:none; float:left; position:absolute; top:0px; right:0px; border-radius:0; background-size:16px auto;}

.nav_h4{line-height: 30px; color: #fff;padding-left: 10px; font-family:"Microsoft YaHei";  font-size:22px; position:inherit; text-transform:capitalize; padding:8px 10px; border-bottom: 2px solid #fff; background:#064e98; background-size: cover; border-radius:0px; }
.nav_h4::after{ content:none;}
.nav_h4:before{ content:"\f03a"; color:#fff; float:right; font:normal normal normal 14px/1 FontAwesome; margin-right:6px; line-height:32px;}

@media only screen and (max-width:992px) {
.nav_h4{ position:relative;color:#fff; background:#064e98; font-family: "Microsoft YaHei"; padding:0px 10px; font-size:16px; line-height: 36px;  text-transform: capitalize;margin: 0; }
.nav_h4:before{ content:none;}
.nav_h4:after {  display: block;  content: "\f107";  font-family: "FontAwesome";  position: absolute;  right:15px;  cursor:pointer; font-size:20px; top:0px;  color:#fff;}
}
.toggle_content{width: 100%;}





.left_h4{ position: relative; line-height: 30px; text-align:left; font-family: "Microsoft YaHei";color:#333; font-size:24px;  text-transform:capitalize; margin-bottom: 10px;  display: inline-block; background: url(../images/title_ico.png) no-repeat left center; padding-left: 20px;}

/*news*/
.light_box{position: relative; display:inline-block;}
.light_box::after {content: "";bottom: 0;left: 0;position: absolute;right: 0;top: 0;-webkit-opacity: 0;-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;filter: alpha(opacity=0);-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-ms-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;
background: rgba(0,0,0,0.05);}
.light_box::before{content: "";bottom: 0;left: 0;position: absolute;right: 0;top: 0;-webkit-opacity: 0;-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;filter: alpha(opacity=0);
-webkit-transition: all 400ms ease-in-out;-moz-transition: all 400ms ease-in-out;-ms-transition: all 400ms ease-in-out;-o-transition: all 400ms ease-in-out;transition: all 400ms ease-in-out;background:rgba(0,0,0,0.05) url(../images/link_ico.png) no-repeat center center;z-index: 1;}
.light_box::after {border-left: 1px solid rgba(255,255,255,.5);border-right: 1px solid rgba(255,255,255,.5);-webkit-transform: scale(1, 0);-moz-transform: scale(1, 0);
-ms-transform: scale(1, 0);-o-transform: scale(1, 0);transform: scale(1, 0)}
.light_box::before{border-bottom: 1px solid rgba(255,255,255,.5);border-top: 1px solid rgba(255,255,255,.5);-webkit-transform: scale(0,1);-moz-transform: scale(0,1);
-ms-transform: scale(0,1);-o-transform: scale(0,1);transform: scale(0,1);}
.light_box:hover::before, .light_box:hover::after, li:hover .light_box::before,.honor_section .li:hover .light_box::before ,.honor_section .li:hover .light_box::after, li:hover .light_box::before ,li:hover .light_box::after{-webkit-opacity: 1;-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;filter: alpha(opacity=100);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1)}



.news ul li{float: left; list-style: none; width: 100%; margin-bottom: 30px;}
.news .img{ width:24%; margin-right:30px; overflow:hidden; display:block;  float:left;position:relative;}
.news .img{ display:block; overflow:hidden; position: relative}
.news .news_day{ color: #808080; font-size: 14px;  display: inline-block;}
.news .news_day i{margin-right: 4px; color: #aaa;}
.news .img img{ width:100%;}
.news  ul li{ list-style:none; margin-bottom:20px;  transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; }
.news  ul li .li{position: relative; padding: 15px; border: 2px solid #eee; box-shadow: 0px 5px 20px rgba(0,0,0,0.06);transition: 0.5s all;}
.news  ul li .h4 a{font-size:16px;color:#333; font-family: "Microsoft YaHei"; display:block; line-height:30px; max-height:60px; overflow:hidden; margin-bottom: 10px;}
.news  ul li p{ font-size: 14px;  color:#999; max-height:44px; overflow:hidden; line-height:22px; margin-top:6px;}
.news  ul li h4:hover a{ color:#064e98;}
.news  ul li:hover img{transform: scale(1.1);}
.news  ul li:hover{box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.news  ul li .img{ position: relative;}
.news  ul li .ico{ position: absolute; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px; opacity: 0; background: url("../images/link_ico.png") no-repeat left center; width: 40px; height: 40px; display: inline-block; transition: 1s all; z-index: 9999;}
.news  ul li:hover .ico{transform:rotate(315deg);-ms-transform:rotate(315deg); -moz-transform:rotate(315deg);-o-transform:rotate(315deg); opacity: 1;}

.news  .more_1{margin-top: 20px;}


@media only screen and (max-width: 980px) {.news .img{ width:45%; margin-right: 15px;}.news ul li .h4 a{margin-top: 0px; font-size: 16px; line-height:24px; height: 48px;}}

@media only screen and (max-width: 550px) {.more_1{ display:none;}}
@media only screen and (max-width: 768px) {.news ul li h4 a{ overflow:hidden; line-height:24px;max-height:48px; font-size:14px;}}
@media only screen and (max-width: 375px) {.news .img{ width:100%; float:none; display:block; margin-bottom:20px;}}

/*翻页*/
.page_p{ margin:0px auto 0px;width:100%; font-size: 14px; margin-top: 20px;padding: 5px 5px; padding-right: 10px; text-align: center;}
.page_p a{font-size:14px; padding:0px 10px; text-align: center;margin-left:5px; color:#555;  display: inline-block;transition: 0.2s; -webkit-transition: 0.2s;	-moz-transition: 0.2s;	-o-transition: 0.2s; background:#f7f7f7; border:2px solid #f7f7f7; text-transform: uppercase;line-height: 40px; height: 40px; float: left; min-width: 40px;}
.page_p a i{ line-height:34px;}
.page_p a:hover{ background:#064e98;transition: 0.6s all; color:#fff !important; border:2px solid #064e98;}
.total{ font-size: 14px; line-height:24px; color:#666; margin-top:6px; text-transform: capitalize; float: right;}
.total span{ color:#333; margin: 0px 6px; }
.page_p>span{display: inline-block;float: left; padding:0px 10px;line-height:34px; background:#064e98; line-height: 40px; height: 40px; border:2px solid #064e98; color:#fff; margin-left:5px; min-width: 40px;}

@media only screen and (max-width:992px) {
.total{width: 100%; }
.total{font-size: 14px; margin-top: 10px;}
}

.cbp-vm-view-grid .page_more{ display:none;}
.page_more i{ display:none;}
.page_more a{ display:inline-block; line-height:22px; border-radius:5px; border:2px solid #333; color:#333; text-align:center; padding:4px 30px; text-transform:uppercase; font-size:18px; margin-top:20px;}
.page_more a span{ color:#333; font-size: 14px;transition: 0.6s all;}
.page_more a:hover{ background:#333;}
.page_more a:hover span{ color:#fff;}


/*page-turning*/
.navigation{width:100%;list-style:none;margin-top:20px;padding-top:10px;}
.navigation li{width:calc(100% - 0px);float:left;text-align:left;margin-bottom:10px;}
/*.navigation li.next_post{float:right;text-align:right;}*/
.navigation li a{padding-top:10px;padding-bottom:10px;position:relative;display:block;transition:all .5s;padding-left:60px;background:#f7f7f7;border:1px solid #eee;border-radius:0;}
.navigation li a:hover{text-decoration:none;}
/*.navigation li.next_post a{padding-right:50px;}*/
.navigation li a:before{font-family:'FontAwesome';font-size:20px;position:absolute;top:50%;width:40px;height:40px;line-height:39px;border-radius:0;text-align:center;transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:all .5s;background-color:#fff; border-radius: 50%;}
.navigation li.prev_post a:before{left:10px;content:"\f106";}
.navigation li.next_post a:before{left:10px;content:"\f107";}
.navigation li a:hover:before{background:#064e98;color:#fff;border-color:#064e98;}

.navigation li a .meta_nav{display:inline-block;font-size:14px;text-transform:capitalize;color:#5c5c5c;margin-bottom:0;line-height:20px;ransition:all .5s;font-family:"Microsoft YaHei"; text-transform: uppercase;}
.navigation li a:hover .meta_nav{color:#666;}
.navigation li a .post_title{font-size:14px;overflow:hidden;line-height:20px;max-height:40px;margin:0;transition:all .5s;font-weight: normal;}
.navigation li a:hover .post_title{color:#064e98;}

@media only screen and (max-width: 992px) {
	.navigation li{width:calc(50% - 40px);}
}
@media only screen and (max-width: 768px) {
	.navigation{border:none;padding-top:0;margin-bottom:0;}
	.navigation li{width:100%;border-radius:0;padding:0;margin-bottom:10px;}
	.navigation li.prev_post a{padding-left:60px;border-radius: 0;}
	.navigation li.next_post a{padding-left:60px;border-radius: 0;}
	.navigation li.prev_post a:before{left:10px;}
	.navigation li.next_post a:before{left:10px;}
	.navigation li a:before{width:40px;height:40px;line-height:40px;}
	.navigation li a .meta_nav{font-size: 14px;color:#333;margin-bottom: 0;}
	.navigation li a{padding-top:10px;padding-bottom:10px;padding-right:10px;}
	.navigation li a .post_title{font-size: 14px;}
}


/*left*/
.left_nav{background: #fff;  padding-bottom: 0;}
ul.mtree{opacity: 0;margin-left: 0; background: #f9f9f9; padding: 10px; }
ul.mtree li {list-style: none;}
ul.mtree>li>a{transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;padding-left: 16px;}
ul.mtree>li{ position: relative;  border-bottom: 1px solid #eee;}
ul.mtree>li:before{ position: absolute; left: 0px; top: 18px; width: 5px; height: 5px; border-radius: 50%; background: #ced2d9;}
ul.mtree>li:last-child>a{ border-bottom:none;}
ul.mtree a {display: block;font-size:14px; color:#333;-moz-transition: all 0s;-o-transition: all 0s;-webkit-transition: all 0s;transition: all 0s;  padding:8px 10px;line-height:22px; padding-right:36px; padding-left:0px;font-family:"Microsoft YaHei";}
ul.mtree li ul a{ padding:8px 12px; padding-right:24px; font-weight: normal;font-family:'poppins';}
ul.mtree ul li:last-child a{ border:none;}
ul.mtree.transit li.mtree-open>span:before  {content:"\f106";font-family:FontAwesome;padding-left:5px; float:right; font-size:18px; color:#808080; font-style:normal; padding:8px 12px; position:absolute;  right:0; top:0px;}
ul.mtree.transit li.mtree-closed>span:before {content:"\f107";font-family:FontAwesome;padding-left:5px; float:right; font-size:18px; color:#808080; font-style:normal; padding:8px 12px; position:absolute;  right:0; top:0px;}
ul.mtree .mtree-level-1 li.mtree-open>span:before {content:"\f106";font-family:FontAwesome;padding-left:5px; float:right; font-size:16px; color:#808080; font-style:normal; background:none; padding:8px 20px; position:absolute;  right:5px; top:0; border-left:none;}
ul.mtree .mtree-level-1 li.mtree-closed>span:before{content:"\f107";font-family:FontAwesome;padding-left:5px; float:right; font-size:16px; color:#808080; font-style:normal; background:none;  padding:8px 20px ; position:absolute;  right:5px; top:0; border-left:none;}
ul.mtree li ul a li a{ padding-left:20px;}
ul.mtree>li:hover>a{ color:#064e98;}
ul.mtree>li.mtree-node a ul a{ font-size:14px;}
ul.mtree>li.mtree-open{color:#064e98 ;padding-bottom:0;}
ul.mtree>li.mtree-open>a{color:#064e98;}
ul.mtree>li.mtree-node:hover>a{color:#064e98 ;text-decoration:none;}
ul.mtree .mtree-level-1 li.mtree-closed>span{color:#fff ;text-decoration:none;}

ul.mtree.transit li.mtree-closed:hover > span::before,ul.mtree.transit li.mtree-open:hover>span:before{ color:#064e98;}
ul.mtree .mtree-level-1 li.mtree-open:hover>span:before,ul.mtree .mtree-level-1 li.mtree-closed:hover>span:before{ color:#064e98 !important;}


ul.mtree ul {  background:#fff;box-shadow: 5px 5px 20px rgba(0,0,0,0.1);}
ul.mtree ul li{list-style:none; position:relative;}
ul.mtree ul li a{display:block;color:#555;font-size:14px;}
ul.mtree>li>ul>li>a{ font-size:14px !important;}
ul.mtree>li>ul>li>a:before{content:"";}
ul.mtree ul li:hover a{color:#064e98;}
ul.mtree li ul li.mtree-open a{color:#ff000;text-decoration:none;}
ul.mtree .mtree-level-2{ margin-top:0px; border:none; padding:0px; margin-bottom:0; background:#eee;}
ul.mtree li ul.mtree-level-2 li a{color:#808080;font-weight:normal;font-size:13px; padding-left:20px;}
ul.mtree .mtree-level-2 li a:hover{text-decoration:underline;color:#064e98;font-weight:normal;}
ul.mtree.jet ul {margin-left: 0;}
ul.mtree.jet li {margin-bottom: 1px;}
ul.mtree.jet li:last-child {margin-bottom: 0px;}
ul.mtree.jet li:first-child {margin-top: 1px;}
ul.mtree.jet li.mtree-active a {background: #e5e5e5;}
ul.mtree.jet li.mtree-active li:last-child > a {border-radius: 0px 0px 3px 3px;}
ul.mtree.jet li.mtree-active > a {background: #008cba;color: #FFF; border-radius: 3px 3px 0px 0px;}
ul.mtree.jet li > a:hover { background: #FFC000;color: #FFF;}
ul.mtree.jet a { padding: 5px 0px 5px 1em;}
ul.mtree.jet li li > a { padding-left: 2em;}
ul.mtree.jet li li li > a {padding-left: 3em;}
ul.mtree.jet li li li li > a {padding-left: 4em;}
ul.mtree.jet li li li li li > a {padding-left: 5em;}
ul.mtree a:hover{text-decoration:none;}
ul.mtree>li.mtree-node ul i{margin-right:4px; font-size:10px; color:#999;}
.mtree-skin-selector{ display:none !important}

/*ul.mtree>li.active>a{color:#333; padding-left:20px;}
ul.mtree>li.active>a:before{ content:"\f178";font-family:FontAwesome; margin-right:0px; position:absolute; left:0px; top:0; padding:8px 0; opacity:1;}
*/


/*hot_left*/
.more_line *{transition: 0.5s all;-webkit-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.more_line{ line-height: 30px; font-family: "Microsoft YaHei"; text-transform: capitalize; font-size:14px; color: #444; display: inline-block; margin-top: 5px; position: relative; padding-left: 10px;}
.more_line:before{ position: absolute;left: 0px; top:50%; width:36px; height: 36px; background: #f5f5f5; content: ''; z-index: 1; margin-top: -18px;transition: 0.5s all;}
.more_line i{ font-size: 18px; color: #777;}
.more_line .line_l{ display: inline-block; width: 12px; height: 1px; background: #777; margin-top: 16px; float: left; width: 0px; position: relative; z-index: 2;}
.more_line .line_text{float: left; margin: 0px 6px; position: relative; z-index: 2; font-family: "Microsoft YaHei"; font-size: 14px;}
.more_line .line_r{ display: inline-block; width:12px; height: 1px; background: #777; margin-top: 14px; float: left; position: relative; z-index: 2; }
.more_line i{ float: left; line-height: 30px;}
li:hover .more_line{ margin-left: 0px;}
li:hover .more_line:before{ transform: rotate(45deg); background: #f8c07f;}
li:hover .more_line .line_l{ width:18px; background: #333;}
li:hover .more_line .line_r{width: 0px; background: #333;}
li:hover .more_line .line_text,li:hover .more_line i{ color: #333;}


.hot_left{ margin-top:30px;}
.hot_left ul{border-bottom:none; margin-top: 10px;}
.hot_left ul li{ list-style:none;transition: 0.6s all; margin-bottom: 15px; position: relative;}
.hot_left ul li .li{ position: relative; z-index: 999; transition: 0.6s all;  border: 1px solid #eee;padding:8px; background: #fff; padding-right: 30px;}
.hot_left ul li .li:hover{box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0); background: #fff; border: 1px solid #064e98;}
.hot_left ul li .img{ float:left; width:32%;display:inline-block; margin-right:15px; transition: 0.6s all;overflow:hidden; position:relative;}
.hot_left ul li .h4 a{ font-size:15px; color:#444; overflow:hidden; line-height:22px; max-height:44px; display:block; margin-top: 14px; margin-bottom: 4px;font-family: "Microsoft YaHei"; }
.hot_left ul li .more{font-size:14px; text-transform: capitalize; color: #cda464; display: block; margin-top: 0; }
.hot_left ul li .more i{ margin-left: 4px;}
.hot_left ul li:hover .more{ color: #064e98;}
.hot_left ul li .icon{ width:46px; height: 46px; border-radius: 50%; border: 1px solid #eee; display: inline-block; padding: 7px; position: absolute; right: -24px; top: 50%; margin-top: -23px; background: #fff;}
.hot_left ul li .icon i{ background: #f7f7f7;width: 30px; height: 30px; border-radius: 50%; background: #f7f7f7;  display: inline-block; border-radius: 50%; line-height: 30px; text-align: center; font-size: 20px; color: #333;transition: 0.8s all;}
.hot_left ul li:hover .icon{ border: 1px solid #064e98;}
.hot_left ul li:hover .icon i{ background: #064e98; color: #fff;}
.hot_left ul li:hover .img img{transform: scale(1.1); }
@media screen and (max-width:992px) {
.hot_left { display:none;}
}


.more_1 a{ line-height: 36px; font-size: 14px; margin-top: 20px;}
.more_1 a span{ padding: 0px 20px; line-height: 36px; font-size: 14px; background: #333;}
.more_1 .more_2:hover span{background: #333;}
.more_1 .more_2:before{ background: #eee;}




.left-adv{margin-top:30px;width:100%;background-size:cover;background-repeat: no-repeat;box-shadow:0 10px 30px 5px rgba(0,0,0,0.05);border-radius:0;position:relative; overflow: hidden;}
.left-adv .ovrly{position:absolute;width:100%;height:100%;background:#000;filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;border-radius:0;}
.left-adv .main{position:relative;left:0;top:0;padding:40px 6%;z-index:2; }
.left-adv .icon{ width: 120px; height: 120px; background: url(../images/yuan2.png) no-repeat center center; background-size: 100% 100%; padding: 22px; margin-bottom: 20px; position: relative;}
.left-adv .icon:before{content:'';position:absolute;left:22px;top:22px;right:22px;bottom:22px; border-radius:50%;background:#064e98 url(../images/cross_grid.png) no-repeat center center;}
.left-adv .main .title{font-size:26px;line-height:24px;color:#fff;font-family:"Microsoft YaHei";  text-transform:capitalize;margin-top:20px;margin-bottom:15px;display:block;}
.left-adv .main .title:hover{text-decoration:none;}
.left-adv .main .text{font-size: 14px;color:rgba(255,255,255,0.8);line-height:24px;}
.left-adv .main .main_more a{color: #fff; font-size:14px; line-height: 40px;  display: inline-block; padding: 0px 20px; background:#064e98;font-family:"Microsoft YaHei"; text-transform: uppercase; margin-top: 30px;}
.left-adv .main .main_more a:before {position: absolute;content: '';opacity: 0;top: 0;left: 0;z-index: 1;background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);width: 30%;height: 100%;transform: skew(-10deg,0deg);animation: move 2s;animation-iteration-count: infinite;animation-delay: 1s;}

.left-adv .main .main_more a:hover{ background: #d81324; color: #fff;}
@media screen and (max-width:992px) {
.left-adv{ display: none;}
}


/*products*/
.tags_ul{ padding:4px 0; margin-bottom:10px;}
.tags_ul span{ font-size:13px;  font-family: "Microsoft YaHei"; text-transform:uppercase; color:#5c5c5c; margin-right:6px;}
.tags_ul a{ display:inline-block; padding:0px 16px; background:#f9f9f9; font-size: 14px; color:#666;  text-transform: capitalize;line-height: 30px; margin: 2px 0; border-radius:0;  border: 1px solid #f1f1f1;}
.tags_ul i{ margin-right:3px; font-size: 14px; color: #ccc;transition: 0.6s all;}
.tags_ul a:hover{ background: #064e98; color: #fff;}
@media screen and (max-width: 768px) {
.tags_ul{ width:100%;}
}



//*产品列表*/
.products_m{color:#666; font-size:14px; margin-bottom:10px;line-height:30px;}
/*products*/
.cbp-vm-switcher {width:100%; }
.cbp-vm-view-grid .tags_ul{ display:none;}
.cbp-vm-view-grid .more_line{ display:none;}
.cbp-vm-view-grid .pro_more{ margin-top:10px;}
.cbp-vm-options{margin-bottom:15px; text-align:left; padding: 6px 0; }
.cbp-vm-options p{display:inline-block;   font-family: "CenturyGothic_bold";   float:left;vertical-align:middle; color:#0e6eaf; text-transform:capitalize; font-size: 14px; margin-left:8px;}
.cbp-vm-options a {vertical-align:middle;height:32px;overflow: hidden;white-space:nowrap;color:#333; line-height:32px; text-align:center; width:32px;display:inline-block; background:#fff; vertical-align: middle; border: 1px solid #ccc; display: flex; align-items: center; justify-content: center; float: left; margin-right: 10px;}
.cbp-vm-options a svg{ width: 16px; height: 16px; color: #ccc;transition: 0.5s all;}
.cbp-vm-options a:hover,.cbp-vm-options a.cbp-vm-selected{ border: 1px solid #064e98; background: #064e98;}
.cbp-vm-options a:hover svg, .cbp-vm-options a.cbp-vm-selected svg{ color: #fff;}


/* General list */
.cbp-vm-switcher ul {list-style: none;padding: 0;}
/* Clear eventual floats */
.cbp-vm-switcher ul:before, 
.cbp-vm-switcher ul:after { 
	content: " "; 
	display: table; 
}
.cbp-vm-switcher ul:after { clear: both; }

.cbp-vm-switcher ul li {display: block;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.cbp-vm-image {display: block;margin: 0 auto;position:relative;}
.cbp-vm-image span{display:inline-block;width:100%;height:auto; border:1px solid #eee; overflow:hidden;}
.cbp-vm-image img {width:100%;cursor:pointer;position:relative;max-width:100%;max-height:100%;}
.cbp-vm-image .light_box::before{background: rgba(0,0,0,0.1) url(../images/link_ico.png) no-repeat center center;}


.cbp-vm-switcher ul li h4 a{font-size:14px;display:block;color:#444; word-wrap:break-word; text-align:left;}
.cbp-vm-switcher ul li .cbp-vm-details{color:#999;overflow:hidden;height:48px;line-height:24px; font-size: 12px; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}

.cbp-vm-switcher ul h4 a:hover{ text-decoration:none; color:#064e98;}
.cbp-vm-view-grid .prol_more{display:none;}

/* Common icon styles */
.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}



/* Large grid view */

.cbp-vm-view-grid ul li {
	width:33.33%;
	text-align: left;
	vertical-align: top;
	float:left;
}
/* List view */
.cbp-vm-view-list li {text-align:left;white-space:normal;  margin-bottom:30px; }
.cbp-vm-view-list li .i_more{ margin-top:0px; font-size:13px;}
.cbp-vm-view-list li:before, 
.cbp-vm-view-list li:after { 
	content: " "; 
	display: table; 
}
.cbp-vm-view-list li:after { clear: both; }
.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
	vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {width:27%;display:inline-block; vertical-align:middle;float:left; margin-right:3%;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; background: #fff;}
.cbp-vm-view-list .cbp-vm-image  a{display: block; overflow: hidden;}
.cbp-vm-view-list ul li h4 a{display:inline-block; width:70%;text-align:left;font-size:16px;color:#333; float:left;}

.cbp-vm-view-list ul li .cbp-vm-details {width:70%; overflow: hidden;white-space: normal;max-height:48px; line-height:24px; color:#777; margin:5px 0px;}

@media screen and (max-width: 940px) {.cbp-vm-view-grid ul li {width: 50%;}.cbp-vm-switcher ul li h4 a{ font-size:14px;}}

@media screen and (max-width: 768px) {
.cbp-vm-options{display: none}
}

@media screen and (max-width: 520px) {
	.cbp-vm-view-list .prol_more{font-size:13px;padding:2px 20px 7px 20px;}
	
  }

@media screen and (max-width:400px) {
	.cbp-vm-view-list ul li h4 a{width:100%;}
	.cbp-vm-view-list ul li .cbp-vm-details{width:100%;}
	.cbp-vm-view-list .cbp-vm-image{width:100%; margin-right:0px;}
	.cbp-vm-view-grid ul li {width:100%; margin-bottom:20px;}
	.p_hot_2{ width:100%;}

}

.products li span{ overflow:hidden;}

.cbp-vm-view-list ul li .cbp-vm-image{border: 1px solid #eee; overflow: hidden;}
.cbp-vm-view-list ul li .h4 a{max-height:60px;  font-family: "Microsoft YaHei";  line-height:30px; color: #444; font-size: 16px; overflow:hidden; display:block; }
.cbp-vm-view-list ul li .h4 a:hover{ color: #064e98;}
.cbp-vm-view-list ul li:hover .cbp-vm-image{ border-color: #eee;}
.cbp-vm-view-list ul li .pro_ico{display: none;}
@media screen and (max-width: 768px) {
.cbp-vm-view-list ul li h4 a{ line-height:24px; max-height:48px;}
}
/*9gonghe*/
.cbp-vm-view-grid ul {list-style: none;padding: 0; margin:0px -10px;}
.cbp-vm-view-grid ul li  .li{position: relative; padding:10px; border: 1px solid #eee; overflow: hidden;}
.cbp-vm-view-grid ul li  .li:before{ position: absolute; left: 0px;  top: 0px; height: 0; content: ''; width: 100%; border-left: 1px solid #064e98; border-right: 1px solid #064e98; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.cbp-vm-view-grid ul li:hover  .li:before{height: 100%;}
.cbp-vm-view-grid ul li  .li:after{ position: absolute; left: 0px;  top: 0px; height: 100%; content: ''; width: 0; border-top: 1px solid #064e98; border-bottom: 1px solid #064e98; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.cbp-vm-view-grid ul li:hover  .li:after{width: 100%;}

.cbp-vm-view-grid ul li {text-align: center;}
.cbp-vm-view-grid ul li .i_more{ position: absolute; left: 10%; bottom: -100px;  width: 80%; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;z-index: 77; text-align: center; line-height: 36px; background: #064e98; color: #fff; border: 1px solid #064e98;}
.cbp-vm-view-grid ul li:hover .i_more{ bottom: 10px; }
.cbp-vm-view-grid ul li .i_more a{ line-height:34px; padding:0px 24px; font-size: 14px; display: inline-block; border: none;padding-left: 36px; border-radius: 0 !important
;}
.cbp-vm-view-grid ul li .i_more a i{ float: none;}
.cbp-vm-view-grid ul li{  margin-bottom:20px; padding:0px 10px;}
.cbp-vm-view-grid ul li .h4 a{margin:5px 0 5px;line-height:22px; font-family: "Microsoft YaHei";  font-size: 14px; height:44px; overflow:hidden;display:block; text-align:center; color: #333; z-index: 999; position: relative;}
.cbp-vm-view-grid ul li .li{text-align:center; position:relative;}
.cbp-vm-view-grid ul li .li .cbp-vm-image{ overflow:hidden; margin-bottom:10px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; position: relative; background: #fff; z-index: 66;}
.cbp-vm-view-grid ul li:hover  .cbp-vm-details{ opacity: 0;}
.cbp-vm-view-grid ul li .li .cbp-vm-image .pro_ico a img{ width: 50px; height: auto;}
.cbp-vm-view-grid ul .li{transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.cbp-vm-view-grid ul li .li:hover{box-shadow:0 0px 15px rgba(0,0,0,0.08);-webkit-box-shadow:0 0px 15px rgba(0,0,0,0.08);-moz-box-shadow:0 0px 15px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}


.more_1{ line-height: 38px; color: #333; padding: 0px 20px; background: #fff; font-size: 14px; text-transform: capitalize; display: inline-block; position: relative; overflow: hidden; font-family: "Microsoft YaHei"; border: 2px solid #eee;}
.more_1:hover{ background: #064e98; color: #fff; border: 2px solid #064e98;}

.more_h{position: relative;}
.more_h:hover{ padding-right:40px !important;}
.more_h:before { content: ' '; position: absolute; background:rgba(255,255,255,0.3); width:0; height: 100%; top: 0; left:0; opacity: 0.3; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.more_h:hover:before{ width: 100%;}
.more_h:after{ position: absolute; right: 0px; top: 0px; width: 40px; height: 100%; display: inline-block; content: ''; background:url(../images/ico_jt.png) no-repeat center center; opacity: 0;}
.more_h:hover:after{animation: more_i 1.5s infinite; opacity: 1; right: 10px;}
@keyframes more_i {
0% {
transform: translateX(6px); }
50% {
transform: translateX(10px); }
100% {
transform: translateX(6px);} }

/*products_main*/
.pro_page{ position:relative;  padding-bottom: 60px; background: #f9f9f9;}
.pro_page .container{ background: #fff; padding: 30px;}
@media only screen and (max-width:768px) {
.page{margin-bottom: 0px;}
.pro_detail{margin-top: 30px;}

}
.main_text{ padding:0 20px;}
@media only screen and (max-width: 1600px) {
.pro_page .main{width: 36%;}
.pro_page .main_text{width:64%;}

}
@media only screen and (max-width: 768px) {
.pro_page .main{width: 100%;}
.pro_page .main_text{width:100%;}
.pro_page:after{display: none;}
.pro_page .container{padding: 20px;}

}

@media only screen and (max-width: 400px) {
.pro_sns{width: 100%; margin-top: 20px;}

}
.sp-loading {
	text-align: center;
	max-width: 100%;
	border: 2px solid #fafafa;
	padding:2px;
	border-radius: 0;
	font-size: 14px;
	color: #888;
	
}
.sp-loading img{max-width:100%;height:auto;}

/* Element wrapper */

.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	position: relative;
	width:100%;
}

/* Thumbnails */

.sp-thumbs {text-align: left;display: block;padding:10px 0;}
.sp-thumbs a{position:relative;border:1px solid #eee;}
.sp-thumbs a:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);}
.sp-thumbs a:hover:before{filter:alpha(opacity=10);-moz-opacity:0.1;opacity:0.1;}
.sp-thumbs a:after{transition:all .5s;transform:scaleX(0);content:"\f00c";font-family:FontAwesome;display:inline-block;font-size:16px; color:#064e98; position:absolute; left:50%; top:50%; margin-left:-8px; z-index:2; margin-top: -12px;}
.sp-thumbs a:hover:after{transform:scaleX(1);visibility:visible;}
.sp-thumbs img {
	min-height: 56px;
	min-width: 56px;
	max-width: 56px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width:80px;
	height:80px;
	overflow: hidden;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	border: 1px solid #eee;
	margin-right: 6px;
}
@media screen and (max-width: 768px) {
.sp-thumbs a:link, .sp-thumbs a:visited{ width:60px; height:60px;}
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active, .sp-current {
	position: relative;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);
	
}
.sp-current{border:1px solid #064e98 !important;}

.sp-thumbs a.sp-current:after{transform:scaleX(1);visibility:visible;}

/* Image currently being viewed */

.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width:100%;
	background: #fff;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
	width:100%;
}
.sp-large a {
	display: block;
}

/* Panning Zoomed Image */

.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}
/* Lightbox */

.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 999999;
	display: none;
	cursor: pointer;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
#sp-prev {
	left: 14%;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 14%;
}
#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
#sp-prev:hover, #sp-next:hover {
	background: #444;
}
/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
	.sp-wrap {
		margin: 0 0 15px 0;
	}
	#sp-prev, #sp-next {
		top: 50px;
		margin-top: 0;
	}
}
.sp-current-big img{ width:100%;}
.sp-large img{ max-width:none;}
/*pro_table*/
#content{ position: relative;top: -60px;}
.pro_table .pro_main_title{font-size:24px; line-height: 40px;font-family: "Microsoft YaHei";  overflow:hidden; display:block;text-transform:capitalize; color:#333; line-height:36px; margin-bottom: 10px;}
.pro_table .pro_main_text{line-height:26px; border-bottom:1px dashed #ddd; padding-bottom:10px;}
.pro_table ul{margin-top:15px; padding-left: 0; }
.pro_table ul li{margin:4px 0;font-size:15px; color:#666;list-style:none; padding: 6px 6px;}
.pro_table ul li:nth-child(2n){ background: #f7f7f7;}
.pro_table ul li p{display:inline-block;margin-right:10px;vertical-align:middle;margin-bottom:0;color:#333; font-size: 15px;  font-family: "Microsoft YaHei"; min-width: 100px;}
.main-more{ text-align:left !important; margin-top:20px;   font-family: "Microsoft YaHei";  }
.pro_more a{background: #333; text-transform: uppercase;line-height:44px; padding: 0px 30px; border-radius:0; display: inline-block; font-size: 14px; color: #fff;  font-family: "Microsoft YaHei";  margin-right: 10px; border-radius:0;  position: relative;}
.pro_more a:before {position: absolute;content: '';opacity: 0;top: 0;left: 0;z-index: 1;background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);width: 30%;height: 100%;transform: skew(-10deg,0deg);animation: move 2s;animation-iteration-count: infinite;animation-delay: 1s;}
@keyframes move{
0%{left:0;opacity:0}5%{opacity:.0}
48%{opacity:.2}80%{opacity:.0}
100%{left:82%}}
.pro_more a:hover{transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.pro_more div{display: inline-block;}
.pro_more .main-more a{ background: #da2f02; }
.pro_more a i{margin-right: 6px;}

 .pro_sns{ margin-top: 30px;}
 .pro_sns span{ font-size: 16px; font-family: "Microsoft YaHei"; background: url(../images/share_ico.png) no-repeat left center; padding-left: 30px; color: #333; float: left; margin-right: 8px; line-height: 38px; text-transform: capitalize;}
 .pro_sns a{ display: inline-block; padding: 0; margin-right: 2px; background: #d5d5d4; border-radius: 5px; overflow: hidden;}
 .pro_sns a:hover{ background: #ff6600;}
 
.pro_sns a:nth-child(2){ background: #385a94;}
.pro_sns a:nth-child(3){ background: #00abee;}
.pro_sns a:nth-child(4){ background: #df2925;}
.pro_sns a:nth-child(5){ background: #ff6600;}
.pro_sns a:nth-child(6){ background: #c61118;}
.pro_sns a:nth-child(7){ background: #ff6600;}
/*products-tab*/
#parentHorizontalTab01{margin:0;padding:0px;text-align:left;}
#parentHorizontalTab01 ul.resp-tabs-list {margin: 0px;padding: 0px;   font-family: "Microsoft YaHei";  color:#fff; line-height:34px; text-transform:capitalize;font-size:22px; background: #f9f9f9;  overflow: hidden;}
#parentHorizontalTab01 .resp-tabs-list li {list-style: none;cursor: pointer;color:#fff !important;text-align:center; font-family:"Microsoft YaHei";  background:#064e98 !important;padding:7px 18px;float: left; border-right: 2px solid #fff  !important; text-transform:capitalize;}
#parentHorizontalTab01 .resp-tabs-container div table{max-width:100%;}
#parentHorizontalTab01 .resp-tabs-container {padding: 30px 0px 0;clear: left; background:none;}

#parentHorizontalTab01 em.resp-accordion {cursor: pointer;display: none;padding:3px 10px !important;}
#parentHorizontalTab01 .resp-tab-content {display: none;}

#parentHorizontalTab01 .resp-tabs-list li.resp-tab-active {color:#fff;z-index:99; background-color:#f39800 !important; }
#parentHorizontalTab01 .resp-content-active,#parentHorizontalTab01 .resp-accordion-active {display: block;}
#parentHorizontalTab01 em.resp-accordion {font-size: 16px;margin: 0px;background:#f8f8f8;color:#333;font-style:normal; margin-bottom:10px;  font-family: "Microsoft YaHei";  text-transform:capitalize;}
#parentHorizontalTab01 em.resp-tab-active {margin-bottom: 0px !important;}
#parentHorizontalTab01 em.resp-tab-title:last-child {border-bottom: 12px solid #c1c1c1 !important;background: blue;}
#parentHorizontalTab01 .resp-vtabs ul.resp-tabs-list {float: left;width: 30%;}
#parentHorizontalTab01 .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}
#parentHorizontalTab01 .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

#parentHorizontalTab01 .resp-vtabs .resp-tab-content {border: none;word-wrap: break-word;}
#parentHorizontalTab01 .resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}
#parentHorizontalTab01 .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #c1c1c1;
}
#parentHorizontalTab01 em.resp-tab-active span.resp-arrow {
    border: none;
	position:relative;
}
#parentHorizontalTab01 em.resp-tab-active span.resp-arrow:after{ content: "\f044";
    font-family: "FontAwesome";
    position: absolute;
    right: -6px;
    cursor: pointer;
    font-size: 20px;
    top: -8px;
    color: #fff}
#parentHorizontalTab01 em.resp-tab-active {background: #f39800  !important; color:#fff; margin-bottom: 10px !important;}
#parentHorizontalTab01 .resp-easy-accordion em.resp-accordion {display: block;}
#parentHorizontalTab01 .resp-easy-accordion .resp-tab-content {border: 1px solid #1268bf;}
#parentHorizontalTab01 .resp-easy-accordion .resp-tab-content:last-child {border-bottom: 1px solid #1268bf;/* !important;*/}
#parentHorizontalTab01 .resp-jfit {width: 100%;margin: 0px;}
#parentHorizontalTab01 .resp-tab-content-active {display: block;}


@media only screen and (max-width: 768px) {
	#main-btn{padding:2% 6%;}
	#parentHorizontalTab01{padding:0;}
    #parentHorizontalTab01 ul.resp-tabs-list {display: none;}
    #parentHorizontalTab01 em.resp-accordion {display: block;}
    #parentHorizontalTab01 .resp-vtabs .resp-tab-content {border: 1px solid #C1C1C1;border:1px solid #f39800;border-top:none;padding:8px 15px 8px 15px;}
    #parentHorizontalTab01 .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    #parentHorizontalTab01 .resp-accordion-closed {display: none !important;}
    #parentHorizontalTab01 .resp-vtabs .resp-tab-content:last-child {border-bottom: 1px solid #c1c1c1 !important;}
	#parentHorizontalTab01 .resp-tabs-container{ padding-top:0px; border-top-left-radius: 5px; border-top-right-radius: 5px; overflow: hidden;}
}





/*inquiry*/
.pro_inq{ position: relative; background:#fff; margin-top:30px;overflow: hidden;box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 5px 30px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;  border-radius: 5px;  background: #f9fafa;}
.pro_inq .title{background: #064e98; color: #fff; padding:12px 20px 42px; font-family: "Microsoft YaHei"; font-size:26px; text-transform: capitalize;}
.pro_inq .title img{margin-right: 15px;}
.pro_inq .text{ margin-bottom:10px; color:#666; line-height:20px; background:#f9fafa; margin-top: -50px; padding:15px;; border-radius: 4px; text-align: center; font-size: 15px; line-height:22px; border-bottom: 1px solid #e5e5e5; margin: 0px 20px; margin-top: -30px;}
.pro_inq .inquiry {padding: 20px;}
.pro_inq .inquiry .form-control{border:1px solid #e5e5e5;background:#fff;line-height:50px;height:50px;color:#666;font-size:13px;width:100%;box-shadow:none;padding-right:45px;background-position:95% 12px;background-repeat:no-repeat;padding-left:10px; border-radius: 0;  max-width: 100%; border-radius: 5px;}
.pro_inq .inquiry .form-control:focus{ border: 1px solid #aaa; -webkit-box-shadow:0 7px 38px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 7px 38px 0 rgba(0,0,0,0.1);box-shadow:0 7px 38px 0 rgba(0,0,0,0.1); color:#333;}
.pro_inq .inquiry textarea.form-control{border-radius:0;}
.pro_inq .inquiry .input-group{ height:32px; margin-bottom:20px; float: left; padding-left: 15px; padding-right: 15px; border:none;}
.pro_inq .inquiry .input-group span{display:block;position:relative;}
.pro_inq .inquiry .input-group span:before{content:'';position:absolute;right:10px;top:14px;width:28px;height:23px;display:inline-block;background-image: url(../images/icon.png);background-repeat: no-repeat; z-index: 333;}
.pro_inq .inquiry .input-group span.ms_e:before{background-position:-40px -227px;}
.pro_inq .inquiry .input-group span.ms_p:before{background-position:0 -227px;}
.pro_inq .inquiry .input-group span.ms_m:before{background-position:-82px -227px;}
.pro_inq .inquiry .input-group span.ms_n:before{background-image:url(../images/mes_n.png);}

.pro_inq .inquiry input:-ms-input-placeholder{color:#666666;}/* Internet Explorer 10+ */ 
.pro_inq .inquiry input::-webkit-input-placeholder{color:#666666;}/* WebKit browsers */
.pro_inq .inquiry input::-moz-placeholder{color:#666666;}/* Mozilla Firefox 4 to 18 */ 
.pro_inq .inquiry input:-moz-placeholder{color:#666666;}/* Mozilla Firefox 19+ */ 

.pro_inq .inquiry textarea:-ms-input-placeholder{color:#666666;}/* Internet Explorer 10+ */ 
.pro_inq .inquiry textarea::-webkit-input-placeholder{color:#666666;}/* WebKit browsers */
.pro_inq .inquiry textarea::-moz-placeholder{color:#666666;}/* Mozilla Firefox 4 to 18 */ 
.pro_inq .inquiry textarea:-moz-placeholder{color:#666666;}/* Mozilla Firefox 19+ */ 

.pro_inq select{width:100%;height:60px;border:none;border:1px solid #e5e5e5;background-color:#fff;font-size: 14px;color:#808080;padding-left:15px;Appearance:none; margin: 0;
-webkit-appearance:none; margin-bottom: 20px;}
.pro_inq .select{margin: 0;}
.pro_inq .select:after{content:"\f0d7";font-family:'FontAwesome';position:absolute;right:30px;line-height:16px;font-size: 14px;color:#ccc;top:18px;z-index:99;}

.pro_inq .inquiry .input-group span.ms_m .form-control{line-height:30px;font-size:13px; height:100px; padding-left:20px; width:100%; color:#999; transition: 0.6s all; min-width: 100%; max-width: 100%; max-height: 120px; border-radius: 0; border-radius: 5px;}
.pro_inq .inquiry .no span:before{ display: none;}
.pro_inq .inquiry .main_more{border-width:1px;margin-top:0;}
.pro_inq .inquiry .main_more input{height:50px;line-height:50px;font-size: 14px;padding-left:30px;padding-right:50px; background:#064e98  url(../images/send_ico.png) no-repeat 85% center; color: #fff; font-size: 14px; font-family: "Microsoft YaHei"; text-transform: uppercase; border-radius:0;transition: 0.5s all;}
.pro_inq .inquiry .main_more input:hover{ background-color: #064e98;}
.pro_inq  .subject_title{ border:1px solid #eee ;background:#eee; line-height:46px; padding:0px 10px; margin-bottom:20px; padding-left:15px; border-radius:5px;}
.pro_inq  .subject_title a{ color:#333 ;font-family: "Microsoft YaHei"; text-decoration: underline;}
.pro_inq  .subject_title span{ font-size:14px;    font-family: "Microsoft YaHei";  color:#444; margin-right:10px;}

@media only screen and (max-width: 768px) {
.pro_inq .title_h{display: none;}
.pro_inq .inquiry .input-group{width: 100%;}
}



/*rel_pro*/
.quick_ico{position: absolute;bottom: 45%;width:100%;left:0;transition: all 0.5s;-webkit-transform: translate(0%, 50%);-moz-transform: translate(0%, 50%);-ms-transform: 
translate(0%, 50%);-o-transform: translate(0%, 50%);transform: tanslate(0%, 50%); text-align: center; opacity: 0;}
.quick_ico span{ display: inline-block; position: relative;line-height: 42px; color: #fff;font-family:"Microsoft YaHei"; padding: 0px 24px; font-size: 14px; background: #064e98;}
.quick_ico span:before,.quick_ico span:after{ position: absolute; left:90%; height:32px; width: 1px; background: #fff; content: ''; top: -48px; opacity: 0;transition: 0.5s all;}
.quick_ico span:after{left: 10%; top: auto; bottom: -48px;}
.li:hover .quick_ico{ opacity:1;bottom: 50%;}
.li:hover .quick_ico span:before,.li:hover .quick_ico span:after{ transform: skewX(-45deg); opacity: 1;}

.rel_pro{  margin-top: 40px; margin-bottom: 80px;}
.rel_pro *{transition: 0.5s all;-webkit-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.rel_pro .li{ margin: 0px 10px; border: 1px solid #eee; padding: 10px;}
.rel_pro .li .main{ position: relative; background: #000; overflow: hidden;}
.rel_pro .li img{ width: 100%;}
.rel_pro .li .img{ display: block; overflow: hidden;}
.rel_pro .li:hover .img{ opacity: 0.7;}
.rel_pro .li:hover .img img{transform: scale(1.1);}
.rel_pro .li .title{ display: block; color: #444; font-size: 16px; line-height: 26px; max-height: 52px; overflow: hidden; text-align: center;font-family:"Microsoft YaHei"; padding: 0px 15px; margin-top: 25px;}
.rel_pro .li p{ font-size: 14px; color: #999; line-height: 20px; height: 40px; overflow: hidden; margin-top: 10px;}
.rel_pro .li .a{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: block;}
.rel_pro .slick-prev,.rel_pro .slick-next{width:40px; height:40px; position:absolute;  top:50%; vertical-align: middle; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; background:#064e98; margin-top: -20px; border:none; opacity:0;}
.rel_pro .slick-prev::before,.rel_pro .slick-next::before{border-radius: 0;color:#fff;display: inline-block;font-family: "FontAwesome";font-size:30px; content:"\f104"; line-height:40px;background-image: none;height: auto;}
.rel_pro .slick-next::before{ content:"\f105";}
.rel_pro .slick-prev{left:-50px;}
.rel_pro .slick-next{ right:-50px;}
.rel_pro:hover .slick-prev{ opacity: 1; left: 10px;}
.rel_pro:hover .slick-next{ opacity: 1; right: 10px;}



@media only screen and (max-width:1400px) {
.rel_pro .li .title{font-size: 14px; margin-top: 10px;}
}
@media only screen and (max-width:992px) {
.rel_pro {background: #f7f7f7; padding-bottom: 80px;}
.rel_pro .slick-prev,.rel_pro .slick-next{background:rgba(0,0,0,0.2);}
.rel_pro .slick-prev{ opacity: 1; left: 10px;}
.rel_pro .slick-next{ opacity: 1; right: 10px;}
}
/*blog_left*/
.blog_left{ float:left; width:75%; padding-right:60px;}
.blog_right{ float:left; width:25%;}
.blog_nav2{ margin-top:30px;   box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);  border-top: 2px solid #064e98; padding: 15px; background: #fff;}
@media only screen and (max-width:768px) {
.blog_right .block{ background:none; padding:0; border:none;}
}

.blog_h4{ line-height: 30px;color: #212121; font-family: "Microsoft YaHei"; font-size:24px;position: inherit;text-transform:capitalize;border-bottom: 1px solid #eee;margin-bottom: 10px;padding-bottom: 10px; }


@media only screen and (max-width: 992px) {
.blog_left{ float:left; width:100%; padding-right:0px;}
.blog_right{ float:left; width:100%;}
}


.blog_right .hot_left{ margin-bottom:30px; margin-top:30px;}
.blog_nav ul li{ list-style:none; border-bottom:1px solid #eee;}
.blog_nav ul li a{ font-size:14px; color:#5c5c5c; line-height:22px; padding:8px 0px; display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.blog_nav ul li a i{ color:#ccc; font-size: 14px; margin-right:10px;}
.blog_nav ul li a:hover{ color:#333; padding-left:10px;}
.blog_nav ul li a:hover i{ color:#333;}

.hot_tags{ margin-top:30px;  background: #fff;  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);  border-top: 2px solid #064e98; padding: 15px;}
@media only screen and (max-width:768px) {
.hot_tags{ margin-top:0;}}
.hot_tags a{ display:inline-block; color:#666; padding:0px 12px; font-size: 14px; background:#f9f9f9;1px solid #f1f1f1; margin:2px;line-height:36px; text-transform: capitalize; border-radius: 0;}
.hot_tags a:hover{ background:#064e98; color:#fff;}
.hot_tags .toggle_content{ margin:0px -4px; margin-top:15px; }

.blog-info{ display:inline-block; color:#777; font-size:14px;margin: 10px 0;}
.blog-info i{color: #aaa; margin-right: 4px;}
.blog_main{ box-shadow: 0 0 20px 0 rgba(0,0,0,0.05); background: #fff; padding: 30px; border-radius: 0;}
.blog_main .h3{ font-size:20px;color:#333;  font-family: "Microsoft YaHei";  border-bottom: 1px solid #eee; padding-bottom: 10px;}
.blog_main .blog_tags{ margin-top:20px;}
.blog_main .blog_tags span{ font-size: 14px;text-transform:uppercase;}
.blog_main .blog_tags a{  display:inline-block; color:#777;padding:0px 10px; background:#f8f8f8; border: 1px solid #eee;}
.blog_main .blog_tags a i{ margin-right:4px; font-size: 14px; color:#999;}
.blog_nav ul li{ list-style:none;}
.blog_p{ margin-top:10px;}


.blog_list{list-style:none;}
.blog_list li{position:relative; list-style:none; padding:20px;border-radius:0;transition: 0.5s all; margin-bottom:30px;  border: 1px solid #eee; background: #fff;}
.blog_list li .img{ float: right; width:45%; margin-left: 15px; margin-top: 10px;}
.blog_list li:hover{box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.blog_list li .news_day{color:#666;margin-top:0;display:block; font-size:13px;}
.blog_list li .news_day i{color: #aaa; margin-right: 4px;}
.blog_list li .image{display:block;overflow:hidden;margin-bottom:20px;}
.blog_list li .image img{
	max-width:100%;
	height:auto;
	-webkit-transition:all var(--transition-time,800ms);
	-o-transition:all var(--transition-time,800ms);
	transition:all var(--transition-time,800ms);
}
.blog_list li:hover .image img{
	-webkit-transform:scale(var(--scale-multiplier,1.05));
	-ms-transform:scale(var(--scale-multiplier,1.05));
	transform:scale(var(--scale-multiplier,1.05));
}
.blog_list li .title{color:#333;display:block;font-size:18px;line-height:30px; margin-top: 10px; font-family: "Microsoft YaHei";  margin-bottom:10px; padding-bottom: 5px;}
.blog_list li .title:hover{color:#333;text-decoration:none;}
.blog_list li .text{color:#808080;line-height:24px;overflow:hidden;max-height:48px; font-size: 12px; margin: 10px 0;}
.blog_list li .blog_tag{ margin-top:15px; margin-bottom: 15px;}
.blog_list li .blog_tag p{ display:inline-block;  font-family: "Microsoft YaHei";  font-size: 14px; color:#333; text-transform:uppercase;}
.blog_list li .blog_tag i{color:#ccc; margin-right:8px; font-size: 14px;}
.blog_list li .blog_tag a{ background:#fff; color:#666; line-height:26px; padding:0px 14px; display:inline-block; margin:0px 4px; border: 1px solid #eee;}
.blog_list li .blog_tag a:hover{ background:#333; color:#fff;}

@media only screen and (max-width: 992px) {
	.blog_list li .right{padding-left:65px;width:100%;}
}

@media only screen and (max-width: 768px) {
	.blog_list li .date{left:0;}
	.blog_list{border:none;}
	.blog_list li .right{padding-left:80px;}
	.left-blog{margin-bottom:0;}
	.blog_list li .main-more{padding:6px 20px;}
	.blog_tag li{margin:5px 3px;}
}

@media only screen and (max-width: 480px) {
	.blog_list li .date{position:inherit;width:100%;}
	.blog_list li .date span{height:auto;width:auto;padding:0 20px;border-radius:25px;}
	.blog_list li .date>span p{display:inline-block;padding-left:5px;}
	.blog_list li .right{padding:0;padding-top:10px;}
}





@media only screen and (max-width:500px) {
.blog_li .lileft{ display:none;}
}
.blogin{ font-size: 14px; color:#aaa; margin:4px 0px;}
.blogin span{ color:#fff; margin:0px 6px;}
.blogin span i{ font-size: 14px;}
.blog .blog_tags{ width:100%; margin-top:10px;}



/*sitemap*/
.sitemap{width:100%;}
.stp-listA>li{text-transform:capitalize;margin-bottom:15px;list-style:none;padding:10px 20px;background:#f7f7f7; border-radius:0;}
.stp-top{width:100%;}
.stp-top a{font-size:16px;display:block;color:#333;  font-family: "Microsoft YaHei";  text-transform:uppercase;}
.stp-top a:hover{text-decoration:none;color:#333;}
.stp-top a i{padding-left:8px;transition: 0.6s all;}
.stp-top a:hover i{padding-left:12px; color:#333;}
.stp-listB{display:block;padding:10px 0;border-top:1px solid #eee;list-style:none;margin-top:5px;}
.stp-listB>li{width:25%;padding:8px 10px;float:left;overflow:hidden;}
.stp-listB>li>a{font-size:16px;line-height:22px;display:block;color:#333; }
.stp-listB>li>a:hover{color:#333;}
.stp-listB li .stp-listC{width:100%;padding-top:15px;list-style:none;}
.stp-listB li .stp-listC li{width:100%;margin-bottom:10px;}
.stp-listB li .stp-listC li a{color:#666;font-size:14px;}
.stp-listB li .stp-listC li a:hover{color:#064e98; text-decoration:underline;}
.stp-listB li .stp-listC i{ margin-right:6px;}

@media only screen and (max-width: 768px){
	.stp-listB>li{width:50%;padding:8px 0;}
}
@media only screen and (max-width: 400px){
	.stp-listB li{width:100%;margin-right:0;margin-bottom:2%;}
}

/*web*/
@media only screen and (max-width:992px) {
.blog_main{margin-bottom: 30px;}
.blog_nav{ margin-bottom:0px; padding: 0px; box-shadow: none; border: none;}
.hot_tags{ padding: 0px; box-shadow: none; border: none; margin: 0;}
.blog_nav2{ margin-top:10px; margin-bottom:10px;}
.left_nav{ padding:0px; border:none; color:#fff; margin: 20px 0 0;}
.contact_right{ width:100%;}
.blog_h4{ position: relative;  margin-bottom:0;text-align:left !important; font-family: "Microsoft YaHei";  background:#064e98 !important; padding:0px 10px; line-height:36px; color:#fff !important; font-size:16px !important; border-bottom:none; text-transform:capitalize;}
.blog_h4:after {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right:15px;
  cursor:pointer; font-size:20px; top:0px;
  color:#fff;
}
.blog_h4.active:after {
    content: "\f106";
}

.news_left{ margin-top:0px;}
.blog_right .hot_left{ margin:0px;}

}
.mobile-menu-area .container .row{ margin:0;}

/*download*/
.download li{margin-bottom:20px;list-style:none;}
.download li .li{padding: 15px; background: #fff; border: 1px solid #eee; background: #fff;transition: 0.5s all;-webkit-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.download li .title{font-size:14px;color:#333; display:block;  font-family: "Microsoft YaHei"; overflow:hidden; line-height:20px; height: 40px; overflow: hidden;}
.download li:nth-child(3n+1){ clear:both;}
.download li .icon{ float: left; margin-right: 20px;}
.download li .more{ font-size:13px; color: #666; text-transform: capitalize;font-family: "Microsoft YaHei"; margin-top: 10px; display: inline-block;}
.download li .more i{ margin-right: 5px;}
.download li:hover .more{ color: #064e98; text-decoration: underline;}
.download li:hover .li{box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0); background: #fff;}

@media only screen and (max-width: 768px) {


}

/*faq*/
.page_faq_l{list-style:none; margin-bottom: 30px;}
.page_faq_l li.question{position:relative;}
.page_faq_l li.question .column{background:#f5f5f5;overflow:hidden;border-radius:5px;padding:5px;}
.page_faq_l li.question .column > i{display:inline-block;width:32px;height:32px;margin-right:10px;float:left;border-radius:5px;position:relative;text-align:center;margin-top:1px;font-style:normal;background:#064e98;}
.page_faq_l li.question .column > i:before,
.page_faq_l li.question .column > i:after{
	content:"";width:10px;height:2px;background:#fff;display:inline-block;position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-1px;transition:all .5s;
}
.page_faq_l li.question .column > i:after{
	-moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.page_faq_l li.question .column > h4{margin:0;display:inline-block;max-width:80%;line-height:24px;margin-top:5px;float:left;color:#333;font-size: 14px; font-family: "Microsoft YaHei";}
.page_faq_l li.answer{color:#808080;font-size: 14px;line-height:24px;overflow:hidden;padding:15px;display:none;}
.page_faq_l li.answer a{text-decoration:underline;}
.page_faq_l li.answer a:hover{color:#1c7f7b;}
.page_faq_l div.clearfix{height:20px;display:block;}

.page_faq_l li .column.rotate{background:#064e98;box-shadow:0 0 5px 1px rgba(28,127,123,0.2);}
.page_faq_l li .column.rotate > h4{color:#fff;}
.page_faq_l li .column.rotate > i{background:#fff;}
.page_faq_l li .column.rotate > i:before{background:#064e98;}
.page_faq_l li .column.rotate > i:after {
	background:#064e98;
	-moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media only screen and (max-width: 768px) {
	.page_faq_l li.question .column > h4{font-size:15px;margin-top:4px;line-height:20px;}
	.page_faq_l li.question .column > i{width:28px;height:28px;}
	.page_faq_l li.question .column > i:before{line-height:28px;}
}
@media only screen and (max-width: 480px) {
	.page_faq_l li.question{background-image:none;padding:0;}
	.page_faq_l li.question .column , .page_faq_l li.question .column > i{border-radius:2px;}
	.page_faq_l li.answer{padding:10px 0;}
	.page_faq_l li.question .column > h4{max-width:82%;}
}


.video_l{list-style:none;}
.video_l li{padding:0 10px;margin-bottom:25px;text-align:center;}
.video_l li .column{transition:all .5s;background:#fff;border-radius: 0;}
.video_l li:nth-child(4n+1){clear: both;}
.video_l li .image{display:block;overflow:hidden;position:relative;transition:all .5s;border-radius: 0;}
.video_l li:hover .image{box-shadow: 0 10px 25px 1px rgba(0,0,0,0.1);}
.video_l li .image > a.link{position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:20;}
.video_l li .image img{max-width:100%;height:auto;width:100%;transition:all .9s;}
.video_l li:hover .image img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.video_l li .ovrly{position: absolute;left:0;top:0;width:100%;height:100%;display: block;background:#000;opacity: 0.2;filter: alpha(opacity=20);transition:all .5s;}
.video_l li:hover .ovrly{opacity: 0.5;filter: alpha(opacity=50);}
.video_l li .video_button{display: inline-flex;position: absolute;transform: translate(-50%, -50%);left: 50%;top:50%;width: 56px;height: 56px;border-radius:50%;font-size: 18px;background:#064e98;align-items: center;justify-content: center;z-index: 99;color: #fff;transition:all .5s;}
.video_l li .video_button .line-video-animation{position: absolute;left: 0;top: 0;width: 100%;height: 100%;border:2px solid rgba(255,255,255,0.27);border-radius:50%;opacity: 0;filter: alpha(opacity=0);}
.video_l li:hover .video_button{width: 70px;height: 70px;text-decoration: none;background:#fff;color: #064e98;}
.video_l li:hover .video_button .line-video-animation{
	animation:squares 3.9s linear 0s infinite;
	-webkit-animation:squares 3.9s linear 0s infinite;
	-ms-animation:squares 3.9s linear 0s infinite;
	-o-animation:squares 3.9s linear 0s infinite;
	-webkit-animation-play-state:running;
	-moz-animation-play-state:running;
	-o-animation-play-state:running;
	animation-play-state:running;
}
.video_l li:hover .video_button .line-video-animation.line-video-2{
	-webkit-animation-delay:1.3s;
	-moz-animation-delay:1.3s;
	-o-animation-delay:1.3s;
	animation-delay:1.3s;
}
.video_l li:hover .video_button .line-video-animation.line-video-3{
	-webkit-animation-delay:2.6s;
	-moz-animation-delay:2.6s;
	-o-animation-delay:2.6s;
	animation-delay:2.6s;
}

@-webkit-keyframes squares{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}20%{-webkit-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-webkit-transform:scale(2.1);transform:scale(2.1);opacity:0}}
@-moz-keyframes squares{0%{-moz-transform:scale(1);transform:scale(1);opacity:0}20%{-moz-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-moz-transform:scale(2.1);transform:scale(2.1);opacity:0}}
@-o-keyframes squares{0%{-o-transform:scale(1);transform:scale(1);opacity:0}20%{-o-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-o-transform:scale(2.1);transform:scale(2.1);opacity:0}}
@keyframes squares{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}20%{-webkit-transform:scale(1.24);-moz-transform:scale(1.24);-o-transform:scale(1.24);transform:scale(1.24);opacity:1}100%{-webkit-transform:scale(2.1);-moz-transform:scale(2.1);-o-transform:scale(2.1);transform:scale(2.1);opacity:0}}

.video_l li .title{background: #fff;padding: 15px;margin-left: 10px;margin-right: 10px;position: relative;z-index: 5; border-radius: 0;margin-top: -10px;box-shadow: 0 5px 28px 1px rgba(0,0,0,0.05);}
.video_l li .title a{display:block;font-size:14px;line-height:20px;height:40px;overflow:hidden;font-family: "Microsoft YaHei";color: #4d4d4d}
.video_l li:hover .title a{color:#333;text-decoration:none;}
.video_l li .text{color:#808080;font-size: 14px;line-height:24px;overflow:hidden;height:48px;}

@media only screen and (max-width: 768px) {
	.video_l li{padding:0 5px;}
}
@media only screen and (max-width: 480px) {
	.video_l li{padding:0;width:100%;}
	.video_l li .title{padding: 10px;}
	.video_l li .title a{font-size:14px;margin-bottom:0;height: auto;max-height: 48px;}
}


.project_list{list-style:none;}
.project_list li{margin-bottom:50px;}
.project_list li:nth-child(3n+1){clear:both;}
.project_list li .column{background:#f7f7f7;}
.project_list li .image{display:block;overflow:hidden;position:relative;}
.project_list li .image > a{display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index: 10;}
.project_list li .image img{width:100%;transition:all .9s;}
.project_list li:hover .image img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

.project_list li .title{display:block;font-size: 14px;line-height:24px; font-family: "Microsoft YaHei";  max-height:48px;overflow:hidden;margin-top:20px;margin-bottom:10px; color: #333;}
.project_list li:hover .title{color:#333;text-decoration:none;}
.project_list li .text{height:20px;line-height:20px;color:#808080;font-size: 14px;overflow:hidden;max-height:20px; margin-bottom: 20px;}


@media only screen and (max-width: 768px) {
	.project_list li{padding:0 5px;}
	.project_list li:nth-child(2n+1){clear: both;}
	.project_list li:nth-child(3n+1){clear:inherit;}
}
@media only screen and (max-width: 480px) {
	.project_list li{padding: 0;width:100%;margin-bottom:40px;}
	.project_list li .title{height:auto;max-height:48px;font-size:16px;margin-top:15px;}
	.project_list li .text{font-size: 14px;background-size:12px;padding-left:20px;}
}




/*honor */
 #baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:99999999;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
 #baguetteBox-overlay.visible{opacity:1}
 #baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}
 #baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
 #baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}
 #baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}
 #baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
 #baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}
 #baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
 #baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}
 @-webkit-keyframes bounceFromRight{
	 0%,100%{margin-left:0}
	 50%{margin-left:-30px}
 }
 @keyframes bounceFromRight{
	 0%,100%{margin-left:0}
	 50%{margin-left:-30px}
 }
 @-webkit-keyframes bounceFromLeft{
	 0%,100%{margin-left:0}
	 50%{margin-left:30px}
 }
 @keyframes bounceFromLeft{
	 0%,100%{margin-left:0}
	 50%{margin-left:30px}
 }
 .baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
 .baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
 .baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
 .baguetteBox-button#next-button{right:2%}
 .baguetteBox-button#previous-button{left:2%}
 .baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
 .baguetteBox-button svg{position:absolute;left:0;top:0}
 .baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
 .baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
 .baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}
 @-webkit-keyframes bounce{
	 0%,100%{-webkit-transform:scale(0);transform:scale(0)}
	 50%{-webkit-transform:scale(1);transform:scale(1)}
 }
 @keyframes bounce{
	 0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}
	 50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
 }

/* Styles for the gallery */

.tz-gallery {
    padding: 0;
}
.tz-gallery .lightbox{display:inline-block; box-shadow: 0px 0px 10px rgba(0,0,0,0.08); padding: 10px; background: #fff;}
.tz-gallery .thumbnail {padding: 10px;margin-bottom: 10px;border: none;text-align: center;}
.tz-gallery .caption{font-size: 16px;font-family: "Microsoft YaHei"; padding: 0; margin: 0;height:40px;line-height:20px;overflow:hidden; margin: 10px 0;}
.baguetteBox-button {background-color: transparent !important;}
@media only screen and (max-width: 768px) {
	.tz-gallery > div{padding:0 10px;}
	.tz-gallery .thumbnail{margin-bottom:20px;}
}

.honor_list{ margin: 0px -5px;}
.honor_list .li{ padding: 0px 5px;}
@media only screen and (max-width: 400px) {
.honor_list .li{float: left; width: 100%;}
}

.quarry .img{ width:100%; margin-right:20px; overflow:hidden; display:block; border-radius:5px;  border-bottom-left-radius:50% 30%; border-bottom-right-radius:50% 30%;}
.quarry .img img{ width:100%;}
.quarry  ul li{ list-style:none; margin-bottom:30px;}
.quarry  ul li .li{ background:#f7f7f7; text-align: center;}
.quarry  ul li .text{ padding:20px; padding-top:0px; margin-top:10px;padding-bottom:30px;}
.quarry  ul li .title{font-size:16px;color:#333; margin-top:20px; display:block; line-height:24px; font-family: "Microsoft YaHei";  overflow:hidden; height:24px; overflow:hidden; margin-bottom: 8px;}
.quarry  ul li p{ font-size: 14px; color:#999; max-height:44px; overflow:hidden; line-height:22px; }
.quarry  ul li .title:hover a{ color:#333;}
.quarry  ul li:hover img{transform: scale(1.1);}

@media only screen and (max-width: 1080px) {
.quarry  ul li{float: left; width: 33.33%;}
}
@media only screen and (max-width: 768px) {
.quarry  ul li{float: left; width: 50%;}
}

@media only screen and (max-width: 400px) {
.quarry  ul li{float: left; width: 100%;}
}


.projects_more{background:#333; text-align: center; margin-top: 30px; font-family: "Microsoft YaHei"; font-size: 30px; padding: 20px 0; color: #fff;}
.projects02{margin-top: 40px;}
.projects02 ul{-moz-column-count: 4;-webkit-column-count:4;column-count: 4;}
.projects02 ul li{ list-style:none; margin-bottom: 10px;}
@media only screen and (max-width: 768px) {
.projects02 ul{-moz-column-count: 3;-webkit-column-count:3;column-count: 3;}
}

@media only screen and (max-width: 500px) {
.projects02 ul{-moz-column-count: 2;-webkit-column-count:2;column-count: 2;}
}





.honor ul li{ list-style: none; text-align: center; margin-bottom: 20px;}
.honor ul li .img{ border: 1px solid #eee; padding: 8px; display: block; overflow: hidden;}
.honor ul li .title{ line-height: 20px; height: 40px;font-family: "Microsoft YaHei"; font-size: 14px; display: block; color: #333; margin-top: 10px;}
.honor ul li:hover .img{ border: 1px solid #333;}
.honor ul li:hover img{transform: scale(0.95);}



/*left scroll*/
.left_fixed { position: sticky !important;}


.maintitle{ display:inline-block; width: auto; text-align: center; margin: 0 auto;color: #020e28; font-size:36px; line-height: 40px; font-family: 'Roboto Bold'; text-transform: capitalize; padding-bottom: 5px; position: relative} 
.maintitle img{ position:absolute; right:-56px; bottom: 6px; z-index: -1}
.title_line{ width:131px; height:32px; margin: 0 auto}

.index_text{ width:85%; max-width:935px; /*max-height: 48px;*/ overflow: hidden; margin: 20px auto 30px; text-align: center; color: #666666; font-size:15px; line-height: 26px; overflow: hidden}  
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled, .slick-next.slick-disabled , .slick-prev.slick-disabled:hover, .slick-next.slick-disabled:hover { opacity: 0.1; }
/* Dots */
.slick-dots { position: absolute; bottom: 0; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; z-index:999;display:none !important;left: 0;}
.slick-dots li { position: relative; display: inline-block;height:11px;width: 11px; margin: 0px 5px; padding: 0px; cursor: pointer;border-radius:0;z-index: 10;transition:all .5s;}
.slick-dots li button { border: 0; background: transparent; display: block; height: 9px; width:9px; outline: none; line-height: 0; font-size: 0; cursor: pointer; outline: none; background: #29c029;border-radius:50%;padding:0;transition:all .5s; border: none}
.slick-dots li button:focus { outline: none;}
.slick-dots li.slick-active{opacity: 1; margin-right: 20px}
.slick-dots li.slick-active button{background:#29c029; width:20px; height:6px; border-radius:5px;}

.slick-prev,			
.slick-next{			
	opacity: 1;filter: alpha(opacity=30);width:30px;height:50px;position:absolute;top:50%;margin-top:-25px;z-index:99;transition:all .5s;		
}			
.slick-prev:before,			
.slick-next:before{			
	content:'';width:15px;height:27px;background-repeat:no-repeat;background-image: url(../images/icon.png);display: inline-block;		
}			
.slick-prev{left:-30px;}			
.slick-prev:before{background-position:-190px 0;}			
			
.slick-next{right:-30px;}			
.slick-next:before{background-position: -224px 0;}			
			
.slick-prev:hover,			
.slick-next:hover{			
	opacity: 1;filter: alpha(opacity=100);background:#064e98;		
}			
.slick-prev:hover:before{background-position:-190px -27px;}			
.slick-next:hover:before{background-position: -224px -27px;}

@media only screen and (max-width: 768px) {
	.slick-prev{left:-10px;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;background-color:#000;border-radius:0;width:35px;border:none;}
	.slick-next{right:-10px;filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;background-color:#000;border-radius:0;width:35px;border:none;}
	.slick-prev:hover , .slick-next:hover{background:#064e98;} 
	.slick-prev:after , .slick-next:after{display: none;}
	.slick-prev:before{background-position:-190px -27px;}	
	.slick-next:before{background-position: -224px -27px;}		
}

.t-f{
    width: 100%;
    font-size: 12px;
    font-weight: normal;
}
@media(max-width:995px){
    .t-f{
        overflow-x: scroll;
    }
}
.t-f table{
    width: 100%;
    text-align: center;
}
.t-f table tr:nth-child(2n) {
    background: #f5f5f5;
}
.t-f table tr:nth-child(2n+1) {
    background: #ffffff;
}
.t-f table th{
    background:#385ea7;
	text-align:center;
	font-size: 14px;
    height: 58px;
	line-height: 20px;
	color: #fff;
}
.t-f table .th2{
    width: 142px;
}
.t-f table .th-s{
    width: 60px;
}
.t-f table a{
    text-align: left;
	color: #385ea7;
	font-weight:bold;
}
.t-f table a:hover{text-decoration:underline}
.ft-lb{
    width: 85%;
    margin: 5% auto;
    min-height: 70px;
    border:1px solid #000;
    font-size: 12px;

}
.t-f table td{
    line-height: 30px;
    border:1px solid #ddd;
	font-size: 13px;
    height: 40px;
}
.t-f table thead{background: #c9e1f1;}
.t-f table thead th{border-right:1px solid #fff;}
.t-f table thead .td-s{border-top: 1px solid #fff;}
.al-nav{ text-align: center; margin-bottom:30px;}
.al-nav li{display: inline-block;width: auto; margin: 0 10px 15px;}
.al-nav li a{ display: block; font-size: 14px; border-radius: 5px; background: #f1f2f6; line-height: 40px; padding: 0 35px;}
.al-nav li a:hover,.al-nav li a.dq{ background: #385ea7; color: #fff;}
@media only screen and (max-width: 768px) {
.t-f table{width:300%;}
.al-nav li{  width: 45%;  margin: 0 2% 15px;}
.al-nav li a{padding: 0 10px;}
.maintitle{font-size:24px;}
.index_text{font-size:12px;margin: 0;text-align: center;width: 100%;line-height: 35px;}
}

.product_cat{ width:100%; margin:0 auto; background: url(../images/product_bg.jpg) top center no-repeat; padding: 60px 50px 0 50px; position: relative; z-index: 10}
.product_cat .main_title,.hot_products .main_title{ display:block; color: #333; font-size: 54px; text-align: center; /*font-weight: 700*/}
.product_cat .main_title span,.hot_products .main_title span{ display:inline-block; padding: 27px 0 35px; position: relative}
.product_cat .main_title span:before,.product_cat .main_title span:after,.hot_products .main_title span:before,.hot_products .main_title span:after{ position:absolute; content:''; width:100px; height: 1px; background: #064e98; left: 0; right: 0; margin: 0 auto; bottom:0}
.product_cat .main_title span:after,.hot_products .main_title span:after{ width:50px; bottom:-6px;}
.product_cat .text,.hot_products .text{ display:block; color: #888; font-size: 14px; line-height: 24px; max-width: 55%; margin: 0 auto; text-align: center; margin-top: 25px;}
.product_cat .pro_cat{ width:100%; margin-top: 50px; background: #fff; box-shadow: 0 0 20px 0 rgba(0,0,0,.12); display: flex; flex-wrap: wrap}
.product_cat .pro_cat>li{ width:25%; background: #f7f7f7; position: relative; padding-right: 1px;padding-left: 0;}
.product_cat .pro_cat>li:nth-child(2n){ background: #fff}
.product_cat .pro_cat>li figure{display:block; width:100%; text-align: center}
.product_cat .pro_cat>li figure img{width:100%}
.product_cat .pro_cat>li .wrap{ width:78%; position: absolute; left:30px; top:35px; text-align: left}
.product_cat .pro_cat>li a.title{ display:block; color:#333333; font-size:20px; line-height:24px; text-transform: uppercase; font-weight: 700}
.product_cat .pro_cat>li .text{ text-align:left; max-width: 100%; color: #666; font-size:14px; line-height: 24px; text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical; margin: 14px 0 10px}
.product_cat .pro_cat>li a.more{ display:inline-block; color:#333333; font-size:14px; line-height:34px; text-transform: uppercase; font-weight: 700; background: #dedede; padding: 0 14px;}
.product_cat .pro_cat>li:hover a.more{ color:#fff; background: #064e98; text-decoration: none}
.product_cat .pro_cat>.more,.hot_products .hot_pro_list>.more{ display:block; padding:45px 0; text-align: center; width:100%; position: relative; z-index: 1}
.hot_products .hot_pro_list>.more{ padding:20px 0 65px 0}
.product_cat .pro_cat>.more>a,.hot_products .hot_pro_list>.more>a{ display:inline-block; color: #fff; background: #064e98; font-size:14px; font-weight: 600; text-transform: uppercase; padding: 0 25px; line-height: 50px; border: 1px #064e98 solid}
.product_cat .pro_cat>.more>a:hover,.hot_products .hot_pro_list>.more>a:hover{ color: #064e98; background: #fff;}

@media only screen and (max-width: 650px) {
.product_cat .main_title, .hot_products .main_title{ font-size:24px; line-height: 32px;}
.product_cat .pro_cat>li{ width:100%}
.product_cat .pro_cat>li .wrap{ top:50px}
.product_cat{ padding-top:10px;}
.product_cat .text, .hot_products .text{ max-width:100% !important; text-align: left !important; font-size:12px;}
.product_cat .pro_cat > .more, .hot_products .hot_pro_list > .more{padding-top:20px}
}

.hot_products .text{ max-width:68%}
/*.hot_products .container{ max-width:1270px;}*/
.hot_products{width:100%; margin:0 auto; background: url(../images/bg_cat02.jpg) top center no-repeat #fff; padding-top: 120px; position: relative; z-index: 1; overflow: hidden}
.hot_products:before{ position:absolute; content: ''; width:100%; height: 460px; left: 0; right: 0; bottom: 0; background: url(../images/pro_bg.jpg) bottom center no-repeat; z-index: -1}
.hot_products .ovrly_hot{ position:absolute; content: ''; color: #f9f9f9; font-size:120px; font-weight: 700; right: 20px; top: 155px;}
.hot_products .hot_pro_list{width:100%; margin-top: 40px; display: flex; flex-wrap: wrap}
.hot_products .hot_pro_list>li{ width:23.125%; margin: 0 2.5% 30px 0; padding-left:0; padding-right: 0; background: #fff; border: 1px #eee solid; transition: all .5s; list-style-type:none}
.hot_products .hot_pro_list>li:nth-child(4n){ margin-right:0}
.hot_products .hot_pro_list>li figure{ display:block; overflow: hidden; max-height: 276px; position: relative; text-align: center}
.hot_products .hot_pro_list>li figure img{ display:block; width: 100%; transition: all .5s;}
.hot_products .hot_pro_list>li:hover figure img{-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)}
.hot_products .hot_pro_list>li .wrap{ width:100%; padding: 25px 10px 15px; text-align: center; transition: all .5s; height: 165px}
.hot_products .hot_pro_list>li .wrap a.title{ display: block; color: #333; font-size: 16px; line-height: 24px; font-weight: 700; max-height: 48px; overflow: hidden}
.hot_products .hot_pro_list>li .wrap .text{ max-width:100%; color: #808080; line-height: 24px; padding: 0 5%; margin: 15px 0; text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;}
.hot_products .hot_pro_list>li .more{ display:inline-block; color:#fff; font-size:14px; line-height:28px; text-transform: uppercase; font-weight: 600; text-align: center; display: none}
.hot_products .hot_pro_list>li .more img{ display:inline-block; margin-right: 5px;} 
.hot_products .hot_pro_list>li:hover{background: #064e98; border: 1px #064e98 solid}
.hot_products .hot_pro_list>li:hover .more{ display: block}
.hot_products .hot_pro_list>li:hover .wrap a.title,.hot_products .hot_pro_list>li:hover .wrap .text{ color:#fff}  
.hot_products .hot_pro_list>li:hover .wrap{ padding:18px 0 7px 0}
.hot_products .hot_pro_list>li:hover .wrap .text{-webkit-line-clamp: 1; line-clamp: 1;}

.news_content{ width:100%; margin: 0 auto; padding: 90px 0 0 0; z-index: 1; position: relative; overflow: hidden}
.news_content .ovrly_hot{ position:absolute; content: ''; color: #f9f9f9; font-size:120px; font-weight: 700; right: 0; top: 90px;} 
.news_content .main_title{ display:block; color: #333; font-size: 54px; text-align: center; font-weight: 700}
.news_content .main_title span{ display:inline-block; padding: 0 0 35px; position: relative}
.news_content .main_title span:before,.news_content .main_title span:after{ position:absolute; content:''; width:100px; height: 1px; background: #064e98; left: 0; right: 0; margin: 0 auto; bottom:0}
.news_content .main_title span:after,.news_content .main_title span:after{ width:50px; bottom:-6px;}
.news_content .text{ display:block; color: #888; font-size: 14px; line-height: 24px; max-width: 55%; margin: 0 auto; text-align: center; margin-top: 25px; max-height: 48px; overflow: hidden}
.news_content .news_list_index{ width:100%; height: auto; padding-top: 40px; display: flex}
.news_content .news_list_index li{ width:32%; margin: 0 2% 0 0; list-style-type:none}
.news_content .news_list_index li:nth-child(3n){ margin-right:0}
.news_content .news_list_index li figure{ width:100%; display: block; text-align: center; overflow: hidden}
.news_content .news_list_index li figure img{ display: block; transition: all .5s; overflow: hidden}
.news_content .news_list_index li:hover figure img{ transform: scale(1.05);
}
.news_content .news_list_index li .wrap{ display:block; padding: 20px 20px 0 20px; border:1px #ededed solid; border-top: none}
.news_content .news_list_index li .wrap a.title{ display:block; color: #333; font-size:16px; line-height:24px; font-weight: 700; text-transform: capitalize; text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;}
.news_content .news_list_index li .wrap .text{ max-width:100%; position: relative; text-align: left; color: #808080; font-size: 14px; line-height: 24px; text-overflow: -o-ellipsis-lastline; max-height: initial;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical; margin: 0; height:70px;}
.news_content .news_list_index li .wrap .line{width:30px; height: 2px; background: #064e98; margin: 16px 0; transition: all .9s} 
.news_content .news_list_index li:hover .wrap .line{ width:100%;}
.news_content .news_list_index li .wrap .news_bottom{ width:100%; padding: 15px 0 20px 0; border-top:1px #eee solid; margin-top: 15px; display: flex; align-items: center; justify-content: space-between}
.news_content .news_list_index li .wrap .news_bottom a,.news_content .news_list_index li .wrap .news_bottom span{ width:50%; color: #808080; font-size:14px; font-weight: 600; text-transform:capitalize;position: relative; padding-left: 10px;} 
.news_content .news_list_index li .wrap .news_bottom a{ text-align: right; text-transform: uppercase; color: #064e98; padding:0 20px 0 0;  font-weight: 700;}
.news_content .news_list_index li .wrap .news_bottom a:before{ position:absolute; content:''; width:13px; height:12px; background: url(../images/more.png) no-repeat; right:0; top: 6px}
.news_content .news_list_index li .wrap .news_bottom span:before{position:absolute; content:''; width:22px; height:22px; background: url(../images/date.jpg) no-repeat; left:0; top: 0; z-index: -1}
.news_content .news_list_index li:hover{ box-shadow: 0 0 15px 0 rgba(0,0,0,.2)} 
@media only screen and (max-width: 1366px) {
.news_content{ padding:40px 0 0 0} 
.about_content .company_pic,.news_content .ovrly_hot{ display:none}
.news_content .text{ max-width:90%}
.company_index{ width:calc(100% - 0px); position: static}
.number_content{ margin-top:0}
.company_index .about_brief .main_title,.news_content .main_title{ font-size:32px;}
.company_index .about_brief .main_title span,.news_content .main_title span{ padding:0 0 15px;}
.company_index .about_brief .company_name{ margin:20px 0 10px 0}
.company_index .about_brief .text{ line-height:26px; text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 7;
line-clamp: 7;
-webkit-box-orient: vertical;} 
.company_index .about_brief .about_bottom{ display:block}
.company_index .about_brief .about_bottom{ padding-top:15px;}
.company_index .about_brief .about_bottom a.contact_in{ margin-top:10px;}
.news_content .news_list_index{ padding-top:25px;}
}


@media only screen and (max-width: 992px) {
.number_content .number_box .li .numbers__number{ font-size:40px; margin-bottom: 15px}
.news_content .news_list_index{ flex-wrap:wrap}
.news_content .news_list_index li{ width:48.5%; margin: 0 3% 30px 0}
.news_content .news_list_index li:nth-child(3n){margin-right:3%}
.news_content .news_list_index li:nth-child(2n){margin-right:0}
.news_content .news_list_index li figure img{ width:100%}
}


@media only screen and (max-width: 812px) {
.company_index{ padding:0 20px} 
.company_index .about_brief,.company_index .about_image{ width:100%}
.company_index .about_brief{ padding: 30px 22px;} 
.number_content .number_box .li .numbers__detail{ text-transform:capitalize}
.slide_content::before { display:none}
}

@media only screen and (max-width: 667px) {
.company_index .about_brief,.company_index .about_image{ padding-left:0; padding-right:0}
.number_content .number_box{ flex-wrap:wrap; padding: 50px 0 30px 0}
.number_content .number_box .li{ width:50%; padding: 0; margin-bottom: 20px;}
.news_content .news_list_index li .wrap .news_bottom{ padding-bottom:0}
}

@media only screen and (max-width: 480px) {
.news_content .news_list_index li { width:100%; margin-right: 0 !important}
.news_content .news_list_index li .wrap{ padding:15px 10px}
.news_content .news_list_index li .wrap .news_bottom{ flex-wrap:wrap; justify-content: flex-start}
.news_content .news_list_index li .wrap .news_bottom a, .news_content .news_list_index li .wrap .news_bottom span{ width:100%; text-align: left}
.news_content .news_list_index li .wrap .news_bottom a:before{ display:none}
.news_content .news_list_index li .wrap .news_bottom a{ padding-top:10px}
.number_content .number_box .li .numbers__number{ font-size:36px} 
.company_index .about_brief .main_title,.news_content .main_title{ font-size:24px; line-height: 32px;}
.news_content .text{ max-width:100%; text-align: left}
}


@media only screen and (max-width: 375px) {
.news_content .news_list_index li{ width:100%; margin-right: 0}
}

@media only screen and (max-width: 768px) { 
	.hot_products .hot_pro_list>li{ width:48.5%; margin: 0 3% 25px 0}
	.hot_products .hot_pro_list>li:nth-child(3n){ margin-right:3%}
	.hot_products .hot_pro_list>li:nth-child(2n){ margin-right:0} 
	.hot_products .hot_pro_list>li .wrap{ height:130px;}
	
}

/*产品分类*/
.product_cat{ width:100%; height: auto; margin: 0 auto; position: relative; /*padding:15px 0 10px;*/ text-align: center}  
.product_cat .index_text{ font-size:14px;line-height: 24px;color: #888;}
.cate_main{position:relative;margin-top:50px;}
.cate_nav{width:100%;}
.cate_ul{position:absolute;top:0; left:0; width:100%; height: 495px; overflow: hidden;}
.cate_ul ul{ position:relative;list-style: none;}
.cate_ul ul li{ text-align:center; position: relative;padding:0} 
.cate_ul ul li .pic{ display: inline-flex; text-align: center; width:460px; height: 495px; align-items: center;
    justify-content: center;}
.cate_ul ul li .pic img{display:inline-block; overflow: hidden; position: relative; z-index: 6666;}

.cate_img li{width:32%; position:relative; z-index:555555; margin:0 0 45px;list-style: none; z-index: 5;padding-left: 0;text-align: left; display: flex}
.cate_img li:nth-child(2n+1){ clear:both;}
.cate_img li:nth-child(5),.cate_img li:nth-child(6){ margin-bottom:0}
.cate_img li.li_left{float:left;}  
.cate_img li.li_right{ float:right; text-align: right}
.cate_img li .icon{ float:left;  margin-right:25px; position: relative}
.cate_img li.li_right .icon{ margin:0 0 0 25px; order: 2}
.cate_img li .icon > a{width:135px; height:135px;border-radius:15px; background: #f0f0f0;display:inline-flex;align-items:center;justify-content: center;transition:all .5s; overflow: hidden; position: relative; z-index: 2}
.cate_img li .icon .overlay{ position:absolute; content:''; width:130px; height: 130px; border-radius: 10px; right: -5px; bottom:-5px; background: #dcdcdc; z-index: -1} 
.cate_img li.current .icon > a,.cate_img li:hover .icon > a{border: 1px #0e6eaf solid;}
 
.cate_img li.li_right .wrap{ order:1}
.cate_img li .wrap{padding-top: 5px;}
.cate_img li .icon span{width: 135px;height: 135px; border-radius:0; display: inline-block;background-position:0 0;background-repeat: no-repeat;transition:all .5s;background-size: cover;}
/*.cate_img li.current .icon span,.cate_img li:hover .icon span{background-position:0 -80px;} */
.cate_img li .title{ font-family: 'Roboto Bold';color:#333333; font-size:18px;line-height:26px;  display:block;  text-transform:capitalize; margin:15px 0 8px 0;}
.cate_img li:hover .title,.cate_img li.current .title{color:#0e6eaf;text-decoration: none;}
.cate_img li .text{color:#666666;font-size: 14px;line-height: 26px;overflow: hidden;max-height: 52px;max-width: 100%; margin-top:0}
.cate_img li .more{ display:block; width: 100%; margin-top: 12px}
.cate_img li .more a{ display:block; width:7px; height: 7px; background: #e4e4e4; border-radius: 50%; margin-left: 7px; position: relative; transition: all .5s}
.cate_img li.li_right .more a{ float: right; margin: 0 7px 0 0}
.cate_img li .more a:before{ position:absolute; content:''; width: 5px; height: 5px; border-radius: 50%; background: #e4e4e4; left: -7px; top: 1px;  transition: all .5s}
.cate_img li .more a:after{ position:absolute; content:''; width: 5px; height: 5px; border-radius: 50%; background: #e4e4e4; right: -7px; top: 1px;  transition: all .5s}
.cate_img li:hover .more a,.cate_img li.current .more a,.cate_img li:hover .more a:before,.cate_img li.current .more a:after,.cate_img li:hover .more a:after,.cate_img li.current .more a:before{background: #0e6eaf;}


.product_cat .view_more{ display:block; width: auto; margin: 46px auto 0; text-align: center}
.product_cat .view_more a{ display:inline-block; color: #333; font-size: 16px; font-family: 'Roboto Bold'; text-transform: capitalize; line-height: 48px; padding: 0 20px 0 60px; border-radius: 25px; background: #fff; text-decoration: none; border:1px #0e6eaf solid; position: relative; transition: all .5s}
.product_cat .view_more a .icon{ width:38px; height: 38px; text-align: center; border-radius: 50%; background: #0e6eaf; position: absolute; left: 5px; top: 5px; display: inline-flex; align-items: center; justify-content: center; transition: all .5s}
.product_cat .view_more a:hover .icon{background: #064e98;}
.product_cat .view_more a:hover{ border:1px #064e98 solid; color: #064e98}

.product_cat .maintitle{ font-size:54px; line-height:73px;}

@media only screen and (max-width: 1260px) {  
	.cate_ul{ display:none}
	.cate_img li{ width:50%;}
	.cate_img li .wrap{ padding-right:25px;}
	.cate_img li.li_right{ float:left; text-align: left}
	.cate_img li.li_right .icon{ order:1}
	.cate_img li.li_right .wrap{ order:2}
	.cate_img li.li_right .icon{ margin:0 25px 0 0}
	.cate_img li.li_right .more a{ float:left; margin: 0 0 0 7px}
}
@media only screen and (max-width: 992px) {  
	.product_cat{ padding:40px 0}
}
@media only screen and (max-width: 812px) { 
	.cate_img li{ width:100%;margin-bottom:20px}
	.cate_img li:nth-child(5){ margin-bottom:20px}
	.product_cat .cate_main{ padding:0}
	.product_cat .index_text{font-size: 12px;line-height: 24px;}
	.product_cat .maintitle{font-size:24px; line-height: 32px;}
	.maintitle img{ bottom:-12px}
}

@media only screen and (max-width: 480px) {
	.cate_img li .icon > a{ width:110px; height: 110px;}
	.cate_img li .icon .overlay{ display:none}
	.cate_img li .wrap{ padding-right:0}
	.cate_img li .title{ margin-top:0}
}